You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

paste

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paste - cargo Package Compare versions

Comparing version
1.0.13
to
1.0.14
+1
-1
.cargo_vcs_info.json
{
"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

@@ -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 @@

@@ -140,3 +140,3 @@ //! [![github]](https://github.com/dtolnay/paste)&ensp;[![crates-io]](https://crates.io/crates/paste)&ensp;[![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