Skip to content

Commit

Permalink
release: version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igordejanovic committed Jan 14, 2024
1 parent 7ec3e7f commit 0239ea7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ authors = ["Igor Dejanović <[email protected]>"]
keywords = ["parser", "generator", "LR", "grammar"]
categories = ["parsing"]
license = "Apache-2.0 OR MIT"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.64"
rust-version = "1.74"
2 changes: 1 addition & 1 deletion docs/src/tutorials/calculator/calculator1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ regex = { version = "1.7.1", default-features = false, features = ["std", "unico
colored = "2"
# A relative path to rustemo crate is used here for usage in the rustemo project tree.
# In your projects you should just specify the version.
rustemo = { version = "0.3.0", path = "../../../../../rustemo" }
rustemo = { version = "0.4.0", path = "../../../../../rustemo" }
# ANCHOR_END: tutorial

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion rustemo-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ prettyplease = "0.1.18"
colored = "2"

# Needed by rustemo generated parsers.
rustemo = { path = "../rustemo", version = "0.3"}
rustemo = { path = "../rustemo", version = "0.4"}

# Default string lexer uses regexes and once_cell to init regexes only once.
once_cell = { version = "1" }
Expand Down

0 comments on commit 0239ea7

Please sign in to comment.