Skip to content

Commit

Permalink
Release v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miam-miam committed Dec 15, 2023
1 parent 64b1f74 commit 7009920
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "prse"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
rust-version = "1.61.0"
authors = ["miam-miam100 <[email protected]>"]
Expand All @@ -22,7 +22,7 @@ exclude = [".github", "examples", "tests"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prse-derive = { version = "1.1.0", path="prse-derive", default-features = false }
prse-derive = { version = "1.1.1", path="prse-derive", default-features = false }
memchr = { version = "2.6.4", default-features = false }

[features]
Expand Down
2 changes: 1 addition & 1 deletion prse-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prse-derive"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
authors = ["miam-miam100 <[email protected]>"]
documentation = "https://docs.rs/prse/"
Expand Down

0 comments on commit 7009920

Please sign in to comment.