diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 5020d0c1..6b1fe39d 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -11865,6 +11865,16 @@ It is advised to locate the entry matching your current `junobuild-satellite` ve --- +## Juno v0.0.72 + +Release notes on [GitHub](https://github.com/junobuild/juno/releases/tag/v0.0.72). + +``` +[dependencies]candid = "0.10.20"ic-cdk = "0.19.0"ic-cdk-macros = "0.19.0"serde = "1.0.225"serde_cbor = "0.11.2"junobuild-satellite = "0.6.0"junobuild-macros = "0.4.0"junobuild-utils = "0.4.0" +``` + +--- + ## Juno v0.0.71 Release notes on [GitHub](https://github.com/junobuild/juno/releases/tag/v0.0.71). diff --git a/docs/reference/functions/rust/crate-versions.md b/docs/reference/functions/rust/crate-versions.md index f95cb694..8a7a197f 100644 --- a/docs/reference/functions/rust/crate-versions.md +++ b/docs/reference/functions/rust/crate-versions.md @@ -10,6 +10,24 @@ It is advised to locate the entry matching your current `junobuild-satellite` ve --- +## Juno v0.0.72 + +Release notes on [GitHub](https://github.com/junobuild/juno/releases/tag/v0.0.72). + +```toml +[dependencies] +candid = "0.10.20" +ic-cdk = "0.19.0" +ic-cdk-macros = "0.19.0" +serde = "1.0.225" +serde_cbor = "0.11.2" +junobuild-satellite = "0.6.0" +junobuild-macros = "0.4.0" +junobuild-utils = "0.4.0" +``` + +--- + ## Juno v0.0.71 Release notes on [GitHub](https://github.com/junobuild/juno/releases/tag/v0.0.71).