Skip to content

Commit 376db8d

Browse files
authored
chore: bump version to 0.6.6 (#239)
1 parent 6688005 commit 376db8d

File tree

4 files changed

+96
-23
lines changed

4 files changed

+96
-23
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-stable-structures"
3-
version = "0.6.5"
3+
version = "0.6.6"
44
edition = "2021"
55
description = "A collection of data structures for fearless canister upgrades."
66
homepage = "https://docs.rs/ic-stable-structures"

examples/Cargo.lock

+93-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ members = [
1010

1111
[workspace.dependencies]
1212
candid = "0.9.11"
13-
ic-cdk = "0.10.0"
13+
ic-cdk = "0.10.1"
1414
ic-cdk-macros = "0.7.1"

0 commit comments

Comments
 (0)