diff --git a/Cargo.lock b/Cargo.lock index 00c182c..5783a54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -841,7 +841,7 @@ dependencies = [ [[package]] name = "ironcalc" version = "0.3.0" -source = "git+https://github.com/ironcalc/IronCalc?rev=b2c5027f56a16a0c606b01a071b816b941972aef#b2c5027f56a16a0c606b01a071b816b941972aef" +source = "git+https://github.com/ironcalc/IronCalc#b2c5027f56a16a0c606b01a071b816b941972aef" dependencies = [ "bitcode", "chrono", @@ -857,7 +857,7 @@ dependencies = [ [[package]] name = "ironcalc_base" version = "0.3.0" -source = "git+https://github.com/ironcalc/IronCalc?rev=b2c5027f56a16a0c606b01a071b816b941972aef#b2c5027f56a16a0c606b01a071b816b941972aef" +source = "git+https://github.com/ironcalc/IronCalc#b2c5027f56a16a0c606b01a071b816b941972aef" dependencies = [ "bitcode", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8b31e0c..32ceef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ clap = { version = "4.5.20", features = ["derive"] } crossterm = { version = "0.28.1", features = ["event-stream", "serde"] } csvx = "0.1.17" # this revision introduces a way to get the Model back out of the UserModel -ironcalc = { git = "https://github.com/ironcalc/IronCalc?rev=b2c5027f56a16a0c606b01a071b816b941972aef" } +ironcalc = { git = "https://github.com/ironcalc/IronCalc" } futures = "0.3.31" ratatui = "0.29.0" thiserror = "1.0.65" diff --git a/result b/result new file mode 120000 index 0000000..eacebb1 --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/k826wsv9zc73jamdff1yl1rky2bw9lc6-sheetui-0.1.0 \ No newline at end of file