Skip to content

Commit

Permalink
update Cargo.lock.msrv
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jun 4, 2023
1 parent 4f8783c commit d810058
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 110 deletions.
107 changes: 53 additions & 54 deletions Cargo.lock.msrv

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions Cargo.toml
Expand Up @@ -25,7 +25,6 @@ atomic-polyfill = { version = "1", optional = true }
critical-section = { version = "1", optional = true }

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

Expand Down Expand Up @@ -66,10 +65,6 @@ required-features = ["std"]
name = "bench_acquire"
required-features = ["std"]

[[example]]
name = "bench_vs_lazy_static"
required-features = ["std"]

[[example]]
name = "lazy_static"
required-features = ["std"]
Expand Down
51 changes: 0 additions & 51 deletions examples/bench_vs_lazy_static.rs

This file was deleted.

0 comments on commit d810058

Please sign in to comment.