Skip to content

Commit d810058

Browse files
committed
update Cargo.lock.msrv
1 parent 4f8783c commit d810058

File tree

3 files changed

+53
-110
lines changed

3 files changed

+53
-110
lines changed

Cargo.lock.msrv

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

Cargo.toml

-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ atomic-polyfill = { version = "1", optional = true }
2525
critical-section = { version = "1", optional = true }
2626

2727
[dev-dependencies]
28-
lazy_static = "1.0.0"
2928
regex = "1.2.0"
3029
critical-section = { version = "1.1.1", features = ["std"] }
3130

@@ -66,10 +65,6 @@ required-features = ["std"]
6665
name = "bench_acquire"
6766
required-features = ["std"]
6867

69-
[[example]]
70-
name = "bench_vs_lazy_static"
71-
required-features = ["std"]
72-
7368
[[example]]
7469
name = "lazy_static"
7570
required-features = ["std"]

examples/bench_vs_lazy_static.rs

-51
This file was deleted.

0 commit comments

Comments
 (0)