Skip to content

Commit

Permalink
Release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clarete committed Oct 2, 2023
1 parent 641f3a3 commit 7cef270
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion langlang_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "langlang_lib"
version = "0.1.0"
version = "0.1.1"
authors = ["Lincoln de Sousa <[email protected]>"]
edition = "2021"
description = "langlang is a parser generator based on Parsing Expression Grammars (library)"
Expand Down
2 changes: 1 addition & 1 deletion langlang_syntax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "langlang_syntax"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion langlang_value/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "langlang_value"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 7cef270

Please sign in to comment.