Skip to content

Commit

Permalink
Update tari dependencies (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
hansieodendaal authored Oct 1, 2024
1 parent 1e4d754 commit 5daa075
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ version = "0.2.2"
edition = "2021"

[dependencies]
minotari_ledger_wallet_comms = { git = "https://github.com/tari-project/tari", rev = "8728c4e468525e07efaf5ab03a06da2584e5727e" }
tari_common = { git = "https://github.com/tari-project/tari", rev = "8728c4e468525e07efaf5ab03a06da2584e5727e" }
tari_common_sqlite = { git = "https://github.com/tari-project/tari", rev = "8728c4e468525e07efaf5ab03a06da2584e5727e" }
tari_common_types = { git = "https://github.com/tari-project/tari", rev = "8728c4e468525e07efaf5ab03a06da2584e5727e" }
tari_core = { git = "https://github.com/tari-project/tari", rev = "8728c4e468525e07efaf5ab03a06da2584e5727e", features = ["default", "ledger"] }
minotari_ledger_wallet_comms = { git = "https://github.com/tari-project/tari", rev = "6d998c7212e9c77bda1590571015c23bc1a55676" }
tari_common = { git = "https://github.com/tari-project/tari", rev = "6d998c7212e9c77bda1590571015c23bc1a55676" }
tari_common_sqlite = { git = "https://github.com/tari-project/tari", rev = "6d998c7212e9c77bda1590571015c23bc1a55676" }
tari_common_types = { git = "https://github.com/tari-project/tari", rev = "6d998c7212e9c77bda1590571015c23bc1a55676" }
tari_core = { git = "https://github.com/tari-project/tari", rev = "6d998c7212e9c77bda1590571015c23bc1a55676", features = ["default", "ledger"] }
tari_crypto = { version = "0.20" }
tari_key_manager = { git = "https://github.com/tari-project/tari", rev = "8728c4e468525e07efaf5ab03a06da2584e5727e" }
tari_script = { git = "https://github.com/tari-project/tari", rev = "8728c4e468525e07efaf5ab03a06da2584e5727e" }
tari_key_manager = { git = "https://github.com/tari-project/tari", rev = "6d998c7212e9c77bda1590571015c23bc1a55676" }
tari_script = { git = "https://github.com/tari-project/tari", rev = "6d998c7212e9c77bda1590571015c23bc1a55676" }
tari_utilities = { version = "0.7" }

blake2 = { version = "0.10" }
Expand Down
2 changes: 1 addition & 1 deletion src/ledger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ fn create_memory_db_key_manager(wallet_type: Arc<WalletType>) -> Result<MemoryDb
cipher,
KeyManagerDatabase::new(KeyManagerSqliteDatabase::init(connection, db_cipher)),
factory,
wallet_type.into(),
wallet_type,
)?,
)
}
Expand Down

0 comments on commit 5daa075

Please sign in to comment.