Skip to content

Commit

Permalink
chore: bump to 0.4.0 (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJeremyHe authored Sep 30, 2023
1 parent f70f76c commit 03abb5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "logisheets"
version = "0.3.0"
version = "0.4.0"
description = "A web spreadsheets application written in Rust and Typescript"
keywords = ["excel", "spreadsheets", "ooxml", "logisheets"]
readme = "README.md"
Expand Down Expand Up @@ -31,4 +31,4 @@ logisheets_workbook = {path = "crates/workbook", version = "0.4.0"}

[dev-dependencies]
glob = "0.3.1"
logiscript = {path = "crates/logiscript", version = "*"}
logiscript = {path = "crates/logiscript", version = "0.1.0"}
3 changes: 2 additions & 1 deletion crates/logiscript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ edition = "2018"
name = "logiscript"
version = "0.1.0"
description = "A simple script for building and testing LogiSheets"
license = "MIT"

[dependencies]
pest = "2.7.0"
pest_derive = "2.5.6"

logisheets_controller = {version = "*", path = "../controller"}
logisheets_controller = {version = "0.4.0", path = "../controller"}

0 comments on commit 03abb5d

Please sign in to comment.