diff --git a/Cargo.toml b/Cargo.toml index c1a2949..b2b798b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rustdoc-args = ["--cfg", "docsrs"] auto_impl = "1" atomic_refcell = "0.1" agnostic-lite = { version = "0.3", features = ["time"] } -agnostic = "0.4" +agnostic = "0.5" # agnostic-lite = { version = "0.3", features = ["time"], path = "../agnostic/lite" } # agnostic = { version = "0.4", path = "../agnostic/agnostic" } async-lock = "3"