Skip to content

Commit

Permalink
Expose ManifestSummary classification (#304)
Browse files Browse the repository at this point in the history
* wip

* version bump
  • Loading branch information
GhenadieVP authored Dec 16, 2024
1 parent 51c15f1 commit 0c5278b
Show file tree
Hide file tree
Showing 13 changed files with 181 additions and 83 deletions.
127 changes: 60 additions & 67 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/sargon-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sargon-uniffi"
# Don't forget to update version in crates/sargon/Cargo.toml
version = "1.1.85"
version = "1.1.86"
edition = "2021"
build = "build.rs"

Expand All @@ -21,7 +21,7 @@ required-features = ["build-binary"]
sargon = { path = "../sargon" }
sargon-uniffi-conversion-macros = { path = "../sargon-uniffi-conversion-macros" }

radix-engine-toolkit = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "9f58ddfc6e0edb06cb35f8422044522bc0387d14" }
radix-engine-toolkit = { git = "https://github.com/radixdlt/radix-engine-toolkit", rev = "2ab5b35a6cb96c9faeb98ed8df67b870336e6873" }

# zeroize = "1.7.0"
zeroize = { git = "https://github.com/RustCrypto/utils", rev = "df6d2f48a5e8afe8eef04ba32e2af55bacb41375", features = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ pub enum ReservedInstruction {
AccountSecurify,
IdentitySecurify,
AccessControllerMethod,
AccountLockOwnerKeysMetadataField,
AccountUpdateOwnerKeysMetadataField,
IdentityLockOwnerKeysMetadataField,
IdentityUpdateOwnerKeysMetadataField,
}
Loading

0 comments on commit 0c5278b

Please sign in to comment.