diff --git a/Cargo.lock b/Cargo.lock index 4758fe57..f1286f1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anyhow" @@ -300,7 +300,7 @@ dependencies = [ [[package]] name = "ic-stable-structures" -version = "0.6.7" +version = "0.6.8" dependencies = [ "canbench-rs", "candid", diff --git a/Cargo.toml b/Cargo.toml index 57e7f7c2..7a4c0ab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,15 +1,15 @@ [package] -name = "ic-stable-structures" -version = "0.6.7" -edition = "2021" description = "A collection of data structures for fearless canister upgrades." -homepage = "https://docs.rs/ic-stable-structures" documentation = "https://docs.rs/ic-stable-structures" +edition = "2021" +homepage = "https://docs.rs/ic-stable-structures" +include = ["Cargo.toml", "LICENSE", "README.md", "src"] +keywords = ["dfinity", "internet-computer", "stable-structures"] license = "Apache-2.0" +name = "ic-stable-structures" readme = "README.md" -keywords = ["internet-computer", "dfinity", "stable-structures"] -include = ["src", "Cargo.toml", "LICENSE", "README.md"] repository = "https://github.com/dfinity/stable-structures" +version = "0.6.8" [dependencies] ic_principal = { version = "0.1.1", default-features = false } diff --git a/examples/Cargo.lock b/examples/Cargo.lock index 2200b737..291466b3 100644 --- a/examples/Cargo.lock +++ b/examples/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "anyhow" @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "ic-stable-structures" -version = "0.6.7" +version = "0.6.8" dependencies = [ "ic_principal", ]