Skip to content

Commit aa1b17d

Browse files
committed
Remove lazy_static minimum version hack
It seems that by now our dependencies have fixed their minimum version annotations and we no longer require the hack forcing a minimum lazy_static version of 1.0.2. Remove it.
1 parent b0847e5 commit aa1b17d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Cargo.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,3 @@ logging = {version = "0.4.8", package = "log"}
5454
test-case = {version = "3.1"}
5555
tokio = {version = "1.0", default-features = false, features = ["rt-multi-thread", "macros"]}
5656
tracing = {version = "0.1.20"}
57-
58-
# error: cannot find macro `__lazy_static_internal` in this scope
59-
# --> ~/.cargo/registry/src/github.com-1ecc6299db9ec823/sharded-slab-0.1.4/src/tid.rs:33:1
60-
# |
61-
# 33 | / lazy_static! {
62-
# 34 | | static ref REGISTRY: Registry = Registry {
63-
# 35 | | next: AtomicUsize::new(0),
64-
# 36 | | free: Mutex::new(VecDeque::new()),
65-
# 37 | | };
66-
# 38 | | }
67-
# | |_^
68-
# |
69-
# = note: this error originates in the macro `lazy_static` (in Nightly builds, run with -Z macro-backtrace for more info)
70-
#
71-
# Probably fixed by https://github.com/rust-lang-nursery/lazy-static.rs/pull/107.
72-
_lazy_static_unused = { package = "lazy_static", version = "1.0.2" }

0 commit comments

Comments
 (0)