From 60900423273d4e3a5928b965c7a63ab9abf28004 Mon Sep 17 00:00:00 2001 From: Nate Duncan Date: Mon, 24 Mar 2025 18:05:08 -0500 Subject: [PATCH] update: ironcalc 0.5.0 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69acda4..ffdc001 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -806,8 +806,8 @@ dependencies = [ [[package]] name = "ironcalc" -version = "0.3.0" -source = "git+https://github.com/ironcalc/IronCalc#b2c5027f56a16a0c606b01a071b816b941972aef" +version = "0.5.0" +source = "git+https://github.com/ironcalc/IronCalc#efc925a0460fa5ea915376f386f948e988f2be2f" dependencies = [ "bitcode", "chrono", @@ -822,8 +822,8 @@ dependencies = [ [[package]] name = "ironcalc_base" -version = "0.3.0" -source = "git+https://github.com/ironcalc/IronCalc#b2c5027f56a16a0c606b01a071b816b941972aef" +version = "0.5.0" +source = "git+https://github.com/ironcalc/IronCalc#efc925a0460fa5ea915376f386f948e988f2be2f" dependencies = [ "bitcode", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 360d494..d310e68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ anyhow = { version = "1.0.91", features = ["backtrace"] } clap = { version = "4.5.20", features = ["derive"] } crossterm = { version = "0.28.1", features = ["event-stream", "serde"] } # this revision introduces a way to get the Model back out of the UserModel -ironcalc = { git = "https://github.com/ironcalc/IronCalc" } +ironcalc = { git = "https://github.com/ironcalc/IronCalc", version = "0.5.0"} futures = "0.3.31" ratatui = "0.29.0" thiserror = "1.0.65"