Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Jul 30, 2024
1 parent c960bfe commit 163eb2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include_gif/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "include_gif"
version = "1.1.0"
version = "1.2.0"
edition = "2021"
license.workspace = true
repository.workspace = true
Expand Down
4 changes: 2 additions & 2 deletions ledger_device_sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ledger_device_sdk"
version = "1.13.0"
version = "1.13.1"
authors = ["yhql", "yogh333", "agrojean-ledger", "kingofpayne"]
edition = "2021"
license.workspace = true
Expand All @@ -15,7 +15,7 @@ ledger_device_sdk = { path = ".", features = ["speculos"] }
testmacro = { path = "../testmacro", version = "0.1.0"}

[dependencies]
include_gif = {path = "../include_gif", version = "1.1.0"}
include_gif = {path = "../include_gif", version = "1.2.0"}
num-traits = { version = "0.2.14", default_features = false }
rand_core = { version = "0.6.3", default_features = false }
zeroize = { version = "1.6.0", default_features = false }
Expand Down

0 comments on commit 163eb2b

Please sign in to comment.