Skip to content

Commit

Permalink
Merge branch 'master' into pmarco/add-npr-lib-v1
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodimarco-dfinity authored Jan 15, 2025
2 parents d62d8d8 + d90e934 commit 8f5584f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions rs/registry/canister/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ prost = { workspace = true }
serde = { workspace = true }
url = { workspace = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2", features = [ "custom" ] }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
assert_matches = { workspace = true }
candid_parser = { workspace = true }
Expand Down

0 comments on commit 8f5584f

Please sign in to comment.