Skip to content

Commit fb17d66

Browse files
Merge branch 'main' into EXC-1404-memory-manager-support-freeing-a-memory
2 parents a84086f + f9483a1 commit fb17d66

File tree

8 files changed

+594
-158
lines changed

8 files changed

+594
-158
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ For more information about the philosophy behind the library, see [Roman's tutor
2828
- [Cell]: A serializable value
2929
- [MinHeap]: A priority queue.
3030

31+
## Tutorials
32+
33+
[Schema Upgrades](./docs/schema-upgrades.md)
34+
3135
## How it Works
3236

3337
Stable structures are able to work directly in stable memory because each data structure manages

0 commit comments

Comments
 (0)