Skip to content

Commit

Permalink
chore: also update versions of the main package
Browse files Browse the repository at this point in the history
  • Loading branch information
clarete committed Oct 2, 2023
1 parent 0837178 commit 8e12f17
Show file tree
Hide file tree
Showing 2 changed files with 4 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.

6 changes: 3 additions & 3 deletions langlang/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "langlang"
version = "0.1.0"
version = "0.1.1"
authors = ["Lincoln de Sousa <lincoln@clarete.li>"]
edition = "2021"
description = "langlang is a parser generator based on Parsing Expression Grammars (tools)"
Expand All @@ -13,6 +13,6 @@ readme = "../README.org"
[dependencies]
log = "0.4"
env_logger = "0.8"
langlang_lib = { path = "../langlang_lib", version = "0.1.0" }
langlang_value = { path = "../langlang_value", version = "0.1.0" }
langlang_lib = { path = "../langlang_lib", version = "0.1.1" }
langlang_value = { path = "../langlang_value", version = "0.1.1" }
clap = { version = "4.0", features = ["derive"] }

0 comments on commit 8e12f17

Please sign in to comment.