diff --git a/Cargo.lock b/Cargo.lock index c04ed00..c7df932 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2569,8 +2569,9 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" [[package]] name = "wnfs-common" -version = "0.1.26" -source = "git+https://github.com/wnfs-wg/rs-wnfs?branch=matheus23/evolve-trait#3e2ae56bb1f54cba75968ff189ef81c3442640ac" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1b281a9ecccc4d450fae5e5d1b3f31d28dbdcae1e9e8c9b6233a75d7374ef4f3" dependencies = [ "anyhow", "async-once-cell", diff --git a/Cargo.toml b/Cargo.toml index 4966187..8a0a57d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ futures = "0.3" libipld = "0.16" libipld-core = "0.16" serde_ipld_dagcbor = "0.4" -wnfs-common = { version = "0.1.26", git = "https://github.com/wnfs-wg/rs-wnfs", branch = "matheus23/evolve-trait" } +wnfs-common = { version = "0.2.0" } # See https://doc.rust-lang.org/cargo/reference/profiles.html for more info. [profile.release.package.car-mirror-wasm]