Skip to content

Commit 2c30a85

Browse files
authored
chore: bump version to v0.6.8 (#269)
1 parent 595e58e commit 2c30a85

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
2-
name = "ic-stable-structures"
3-
version = "0.6.7"
4-
edition = "2021"
52
description = "A collection of data structures for fearless canister upgrades."
6-
homepage = "https://docs.rs/ic-stable-structures"
73
documentation = "https://docs.rs/ic-stable-structures"
4+
edition = "2021"
5+
homepage = "https://docs.rs/ic-stable-structures"
6+
include = ["Cargo.toml", "LICENSE", "README.md", "src"]
7+
keywords = ["dfinity", "internet-computer", "stable-structures"]
88
license = "Apache-2.0"
9+
name = "ic-stable-structures"
910
readme = "README.md"
10-
keywords = ["internet-computer", "dfinity", "stable-structures"]
11-
include = ["src", "Cargo.toml", "LICENSE", "README.md"]
1211
repository = "https://github.com/dfinity/stable-structures"
12+
version = "0.6.8"
1313

1414
[dependencies]
1515
ic_principal = { version = "0.1.1", default-features = false }

Diff for: examples/Cargo.lock

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

0 commit comments

Comments
 (0)