Skip to content

Commit

Permalink
Merge branch 'main' into mock-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgranhao committed May 15, 2024
2 parents 5389d00 + c4dae11 commit 01b906a
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 10 deletions.
62 changes: 54 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pigeon-mock = { path = "mock/wild/pigeon", optional = true }
squirrel = { git = "https://github.com/getlipa/wild", tag = "v1.21.2", optional = true }
squirrel-mock = { path = "mock/wild/squirrel", optional = true }

breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.4.1-rc2", optional = true }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.4.1", optional = true }
breez-sdk-mock = { path = "mock/breez-sdk", optional = true }

aes-gcm = "0.10.3"
Expand Down Expand Up @@ -92,7 +92,7 @@ thousands = "0.2.0"
lazy_static = "1.4.0"

[build-dependencies]
camino = "1.1.6"
camino = "1.1.7"
uniffi_bindgen = "0.27.0"

# Use some of the binary size reduction strategies from https://github.com/johnthagen/min-sized-rust
Expand Down

0 comments on commit 01b906a

Please sign in to comment.