Skip to content

Commit

Permalink
remove obsolete api levels from sdk's config
Browse files Browse the repository at this point in the history
  • Loading branch information
yhql committed May 3, 2024
1 parent 4fee6d4 commit f77dc9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ledger_device_sdk/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
runner = "speculos -m nanos --display=headless"

[target.nanox]
runner = "speculos -m nanox -a 5 --display=headless"
runner = "speculos -m nanox --display=headless"

[target.nanosplus]
runner = "speculos -m nanosp -a 1 --display=headless"
runner = "speculos -m nanosp --display=headless"

[unstable]
build-std = ["core"]
build-std-features = ["compiler-builtins-mem"]

[build]
target = "nanosplus"
target = "nanosplus"

0 comments on commit f77dc9b

Please sign in to comment.