Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump REPLICA_REV to 41319eab85e65e3eb8174f37518bf81530a58831 #65

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ unix-archive = ".tar.gz"
checksum = "sha256"
dist = true
allow-dirty = ["ci"]
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.0.7"
# The installers to generate for each app
installers = []
DanielThurau marked this conversation as resolved.
Show resolved Hide resolved


# The profile that 'cargo dist' will build with
Expand Down
4 changes: 4 additions & 0 deletions extensions/nns/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased] - ReleaseDate

- Same functionality as version `0.2.1`.
- Bump the REPLICA_REV to `41319eab85e65e3eb8174f37518bf81530a58831` which installs the
DanielThurau marked this conversation as resolved.
Show resolved Hide resolved
NNS Governance canister with 10GB of allocated memory

## [0.2.1] - 2023-08-29

- Same functionality as version `0.2.0`.
Expand Down
2 changes: 1 addition & 1 deletion extensions/nns/build.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::env;
use std::path::PathBuf;

const REPLICA_REV: &str = "f99495f3772d5a85d25ef5008179b49a5f12c5c2";
const REPLICA_REV: &str = "8dd5cd00acdc4d891fa0c5a1605bcf3b68a3d707";
DanielThurau marked this conversation as resolved.
Show resolved Hide resolved

const BINARY_DEPENDENCIES: &[(&str, &str)] = &[
// (downloaded binary name, renamed binary name)
Expand Down
Loading