Skip to content

Commit 4f263ca

Browse files
committed
update dependencies
1 parent 337481b commit 4f263ca

File tree

2 files changed

+37
-38
lines changed

2 files changed

+37
-38
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["safe", "pin", "init", "no-std", "rust-patterns"]
1414
categories = ["no-std", "rust-patterns", "embedded"]
1515

1616
[dependencies]
17-
paste = "1.0.14"
17+
paste = "1.0"
1818
pinned-init-macro = { path = "./pinned-init-macro", version = "=0.0.4" }
1919

2020
[features]
@@ -24,4 +24,4 @@ alloc = []
2424

2525
[dev-dependencies]
2626
libc = "0.2"
27-
compiletest_rs = "0.9"
27+
compiletest_rs = "0.10"

0 commit comments

Comments
 (0)