Skip to content

Commit

Permalink
upgrade deps; tag 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 22, 2024
1 parent f2029d8 commit 9bfc27a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cirru_edn"
version = "0.6.8"
version = "0.6.9"
authors = ["jiyinyiyong <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -13,14 +13,14 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cirru_parser = "0.1.29"
cirru_parser = "0.1.30"
# cirru_parser = { path = "../parser.rs" }
hex = "0.4.3"
lazy_static = "1.4.0"
bincode = "2.0.0-rc.3"

[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.1"

[[bench]]
name = "parsing"
Expand Down

0 comments on commit 9bfc27a

Please sign in to comment.