Skip to content

Commit 533ded5

Browse files
committed
Bump version and filter app-age
1 parent a8507f0 commit 533ded5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/get_rust_apps.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
# Excluded Rust apps
1212
# app-kadena-legacy: has been replaced by app-kadena
1313
# app-pocket: does not build (Obsidians' Alamgu issue)
14-
excluded_apps = ["app-kadena-legacy", "app-pocket"]
14+
# app-age: not maintained anymore
15+
excluded_apps = ["app-kadena-legacy", "app-pocket", "app-age"]
1516

1617
# Retrieve all public apps on LedgerHQ GitHub organization
1718
token = sys.argv[1]

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ledger_device_sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ledger_device_sdk"
3-
version = "1.22.7"
3+
version = "1.22.8"
44
authors = ["yhql", "yogh333", "agrojean-ledger", "kingofpayne"]
55
edition = "2021"
66
license.workspace = true

0 commit comments

Comments
 (0)