Skip to content

Commit e4d4074

Browse files
bors[bot]CAD97
andauthored
Merge #40
40: Update paste for mimimum-versions compatibility r=CAD97 a=CAD97 Co-authored-by: CAD97 <[email protected]>
2 parents 55c073c + a54600c commit e4d4074

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.lock

+4-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ptr-union/Cargo.toml

+2-5
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)