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.12
to
1.0.13
+1
-1
.cargo_vcs_info.json
{
"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:

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

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