diff --git a/Cargo.toml b/Cargo.toml index c2eb058..9b0fb4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,6 @@ members = [ "crdt-enc-tokio", "examples/*", ] + +[patch.crates-io] +agnostik = {git = "https://github.com/chpio/agnostik.git", branch = "master"} diff --git a/crdt-enc-xchacha20poly1305/Cargo.toml b/crdt-enc-xchacha20poly1305/Cargo.toml index a291c34..0ef5a26 100644 --- a/crdt-enc-xchacha20poly1305/Cargo.toml +++ b/crdt-enc-xchacha20poly1305/Cargo.toml @@ -13,7 +13,7 @@ rmp-serde = "0.15" serde_bytes = "0.11" uuid = "0.8" async-trait = "0.1" -agnostik = {git = "https://github.com/chpio/agnostik.git", branch = "tokio1"} +agnostik = "0.2" [dependencies.crdt-enc] path = "../crdt-enc" diff --git a/examples/test/Cargo.toml b/examples/test/Cargo.toml index 4379004..a693181 100644 --- a/examples/test/Cargo.toml +++ b/examples/test/Cargo.toml @@ -14,4 +14,4 @@ crdts = "6.2" tokio = {version = "1", features = ["macros", "rt"]} anyhow = "1" futures = "0.3" -agnostik = {git = "https://github.com/chpio/agnostik.git", branch = "tokio1", features = ["runtime_tokio"]} +agnostik = {version = "0.2", features = ["runtime_tokio"]}