Skip to content

Commit 9084678

Browse files
Prepare 0.1.9-beta
1 parent 15ff5a0 commit 9084678

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "llrt"
3-
version = "0.1.8-beta"
3+
version = "0.1.9-beta"
44
edition = "2021"
55
license-file = "LICENSE"
66

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

0 commit comments

Comments
 (0)