Skip to content

Commit

Permalink
feat: move namespace data to stable memory
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Dec 25, 2024
1 parent 1c28b83 commit 00257e7
Show file tree
Hide file tree
Showing 11 changed files with 721 additions and 388 deletions.
119 changes: 64 additions & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ strip = true
opt-level = 's'

[workspace.package]
version = "0.4.0"
version = "0.5.0"
edition = "2021"
repository = "https://github.com/ldclabs/ic-cose"
keywords = ["config", "cbor", "canister", "icp", "encryption"]
Expand Down
2 changes: 1 addition & 1 deletion src/ic_cose_canister/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ ic-canister-sig-creation = { workspace = true }
ic-certification = { workspace = true }
ic-crypto-standalone-sig-verifier = { workspace = true }
getrandom = { version = "0.2", features = ["custom"] }
ic_cose_types = { path = "../ic_cose_types", version = "0.4" }
ic_cose_types = { path = "../ic_cose_types", version = "0.5" }
Loading

0 comments on commit 00257e7

Please sign in to comment.