diff --git a/include_gif/Cargo.toml b/include_gif/Cargo.toml index d21ce805..64f94715 100644 --- a/include_gif/Cargo.toml +++ b/include_gif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "include_gif" -version = "1.1.0" +version = "1.2.0" edition = "2021" license.workspace = true repository.workspace = true diff --git a/ledger_device_sdk/Cargo.toml b/ledger_device_sdk/Cargo.toml index 769c3969..13ef6291 100644 --- a/ledger_device_sdk/Cargo.toml +++ b/ledger_device_sdk/Cargo.toml @@ -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 @@ -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 }