| { | ||
| "git": { | ||
| "sha1": "8ddd15d5e57584112a1bc5fdf3245a85387632a1" | ||
| "sha1": "1e0cc1025af5388397c67fa4389ad7ad24814df8" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
@@ -50,14 +50,2 @@ name: CI | ||
| minimal: | ||
| name: Minimal versions | ||
| needs: pre_ci | ||
| if: needs.pre_ci.outputs.continue | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 45 | ||
| steps: | ||
| - uses: actions/checkout@v3 | ||
| - uses: dtolnay/rust-toolchain@nightly | ||
| - run: cargo -Z minimal-versions generate-lockfile | ||
| - run: cargo check --locked | ||
| clippy: | ||
@@ -64,0 +52,0 @@ name: Clippy |
+2
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "paste" | ||
| version = "1.0.13" | ||
| version = "1.0.14" | ||
| authors = ["David Tolnay <dtolnay@gmail.com>"] | ||
@@ -31,2 +31,3 @@ description = "Macros for all your token pasting needs" | ||
| [package.metadata.docs.rs] | ||
| rustdoc-args = ["--generate-link-to-definition"] | ||
| targets = ["x86_64-unknown-linux-gnu"] | ||
@@ -33,0 +34,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.13")] | ||
| #![doc(html_root_url = "https://docs.rs/paste/1.0.14")] | ||
| #![allow( | ||
@@ -143,0 +143,0 @@ clippy::derive_partial_eq_without_eq, |
Sorry, the diff of this file is not supported yet