Skip to content

Commit a54600c

Browse files
committed
Update paste for mimimum-versions compatibility
1 parent 0a3faa2 commit a54600c

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ptr-union/Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ptr-union"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2018"
55

66
authors = ["Christopher Durham (cad97) <[email protected]>"]
@@ -19,10 +19,7 @@ default = ["alloc"]
1919
alloc = ["erasable/alloc"]
2020

2121
[dependencies]
22-
paste = "0.1.6"
23-
24-
# minimal-versions fix dtolnay/paste#15
25-
proc-macro-hack = "0.5.9"
22+
paste = "0.1.7"
2623

2724
[dependencies.erasable]
2825
version = "1.0.0"

0 commit comments

Comments
 (0)