diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 4420bcb8..25fe482a 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -11983,6 +11983,16 @@ It is advised to locate the entry matching your current `junobuild-satellite` ve --- +## Juno v0.0.76 + +Release notes on [GitHub](https://github.com/junobuild/juno/releases/tag/v0.0.76). + +``` +[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.2"junobuild-macros = "0.4.0"junobuild-utils = "0.4.0" +``` + +--- + ## Juno v0.0.72 Release notes on [GitHub](https://github.com/junobuild/juno/releases/tag/v0.0.72). diff --git a/docs/reference/functions/rust/crate-versions.md b/docs/reference/functions/rust/crate-versions.md index 8a7a197f..67859a72 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.76 + +Release notes on [GitHub](https://github.com/junobuild/juno/releases/tag/v0.0.76). + +```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.2" +junobuild-macros = "0.4.0" +junobuild-utils = "0.4.0" +``` + +--- + ## Juno v0.0.72 Release notes on [GitHub](https://github.com/junobuild/juno/releases/tag/v0.0.72).