Skip to content

Commit b5aa764

Browse files
authored
Mnemonic Builder allow setting passphrase (#432)
* Release 1.2.43 account-for-display@1.2.43 addresses@1.2.43 assert-json@1.2.43 build-info@1.2.43 bytes@1.2.43 cap26-models@1.2.43 clients@1.2.43 core-collections@1.2.43 core-misc@1.2.43 core-utils@1.2.43 discover@1.2.43 drivers@1.2.43 ecc@1.2.43 encryption@1.2.43 entity-by-address@1.2.43 entity-foundation@1.2.43 error@1.2.43 factor-instances-provider@1.2.43 factors@1.2.43 factors-supporting-types@1.2.43 gateway-client-and-api@1.2.43 gateway-models@1.2.43 has-sample-values@1.2.43 hash@1.2.43 hierarchical-deterministic@1.2.43 home-cards@1.2.43 host-info@1.2.43 http-client@1.2.43 identified-vec-of@1.2.43 interactors@1.2.43 key-derivation-traits@1.2.43 keys-collector@1.2.43 manifests@1.2.43 metadata@1.2.43 network@1.2.43 next-derivation-index-ephemeral@1.2.43 numeric@1.2.43 prelude@1.2.43 profile@1.2.43 profile-account@1.2.43 profile-account-or-persona@1.2.43 profile-app-preferences@1.2.43 profile-base-entity@1.2.43 profile-gateway@1.2.43 profile-logic@1.2.43 profile-persona@1.2.43 profile-persona-data@1.2.43 profile-security-structures@1.2.43 profile-state-holder@1.2.43 profile-supporting-types@1.2.43 radix-connect@1.2.43 radix-connect-models@1.2.43 radix-name-service@1.2.43 sargon@1.2.43 sargon-os@1.2.43 sargon-os-accounts@1.2.43 sargon-os-arculus-card@1.2.43 sargon-os-derive-public-keys@1.2.43 sargon-os-factors@1.2.43 sargon-os-security-center@1.2.43 sargon-os-signing@1.2.43 sargon-os-transaction@1.2.43 sargon-uniffi@1.2.43 sargon-uniffi-conversion-macros@1.2.43 security-center@1.2.43 short-string@1.2.43 signatures-collector@1.2.43 signing-traits@1.2.43 sub-systems@1.2.43 time-utils@1.2.43 transaction-foundation@1.2.43 transaction-models@1.2.43 Generated by cargo-workspaces * fix tests
1 parent 14615fd commit b5aa764

77 files changed

Lines changed: 196 additions & 178 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.lock

Lines changed: 88 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/app/discover/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "discover"
3-
version = "1.2.42"
3+
version = "1.2.43"
44
edition = "2021"
55

66
[dependencies]

crates/app/home-cards/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "home-cards"
3-
version = "1.2.42"
3+
version = "1.2.43"
44
edition = "2021"
55

66
[dependencies]

crates/app/key-derivation-traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "key-derivation-traits"
3-
version = "1.2.42"
3+
version = "1.2.43"
44
edition = "2021"
55

66
[dependencies]

crates/app/radix-connect-models/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "radix-connect-models"
3-
version = "1.2.42"
3+
version = "1.2.43"
44
edition = "2021"
55

66
[dependencies]

crates/app/radix-connect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "radix-connect"
3-
version = "1.2.42"
3+
version = "1.2.43"
44
edition = "2021"
55

66

crates/app/security-center/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "security-center"
3-
version = "1.2.42"
3+
version = "1.2.43"
44
edition = "2021"
55

66
[dependencies]

crates/app/signing-traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "signing-traits"
3-
version = "1.2.42"
3+
version = "1.2.43"
44
edition = "2021"
55

66
[features]

crates/common/build-info/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "build-info"
3-
version = "1.2.42"
3+
version = "1.2.43"
44
edition = "2021"
55
build = "build.rs"
66

crates/common/bytes/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bytes"
3-
version = "1.2.42"
3+
version = "1.2.43"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)