| { | ||
| "git": { | ||
| "sha1": "58a4a8f86aad820d58010bf2377405f2bf2f56fd" | ||
| "sha1": "8ddd15d5e57584112a1bc5fdf3245a85387632a1" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
@@ -81,2 +81,3 @@ name: CI | ||
| - uses: dtolnay/rust-toolchain@miri | ||
| - run: cargo miri setup | ||
| - run: cargo miri test | ||
@@ -83,0 +84,0 @@ env: |
+2
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "paste" | ||
| version = "1.0.12" | ||
| version = "1.0.13" | ||
| authors = ["David Tolnay <dtolnay@gmail.com>"] | ||
@@ -25,2 +25,3 @@ description = "Macros for all your token pasting needs" | ||
| "no-std", | ||
| "no-std::no-alloc", | ||
| ] | ||
@@ -27,0 +28,0 @@ license = "MIT OR Apache-2.0" |
+1
-1
@@ -140,3 +140,3 @@ //! [![github]](https://github.com/dtolnay/paste) [![crates-io]](https://crates.io/crates/paste) [![docs-rs]](https://docs.rs/paste) | ||
| #![doc(html_root_url = "https://docs.rs/paste/1.0.12")] | ||
| #![doc(html_root_url = "https://docs.rs/paste/1.0.13")] | ||
| #![allow( | ||
@@ -143,0 +143,0 @@ clippy::derive_partial_eq_without_eq, |
| msrv = "1.31.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet