Skip to content

Commit

Permalink
feat: change name to iota_rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M committed Nov 26, 2024
1 parent ed84248 commit 378733f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rust-app/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust-app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "iota"
name = "iota_rebased"
version = "0.9.0"
authors = ["IOTA Foundation <[email protected]>"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion rust-app/bin-src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#[cfg(not(target_family = "bolos"))]
fn main() {}

use iota::main_nanos::app_main;
use iota_rebased::main_nanos::app_main;

ledger_device_sdk::set_panic!(ledger_device_sdk::exiting_panic);

Expand Down
2 changes: 1 addition & 1 deletion rust-app/tests/ts-tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

use ledger_device_sdk::exit_app;

use iota::main_nanos::app_main;
use iota_rebased::main_nanos::app_main;

#[no_mangle]
extern "C" fn sample_main() {
Expand Down

0 comments on commit 378733f

Please sign in to comment.