Skip to content

Commit

Permalink
Prepare 0.1.9-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Feb 22, 2024
1 parent 15ff5a0 commit 9084678
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "llrt"
version = "0.1.8-beta"
version = "0.1.9-beta"
edition = "2021"
license-file = "LICENSE"

Expand All @@ -13,7 +13,7 @@ macro = ["rquickjs/macro"]
[dependencies]
chrono = { version = "0.4.34", default-features = false, features = ["std"] }
quick-xml = "0.31.0"
crc32c = { rev = "8799754e2d0da5eeffe1f85f6152afe3f5c65469", git = "https://github.com/zowens/crc32c.git" }
crc32c = "0.6.5"
crc32fast = "1.4.0"
phf = "0.11.2"
md-5 = { version = "0.10.6", features = ["asm"] }
Expand Down

1 comment on commit 9084678

@Pawan-Jung
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.