Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Dec 9, 2024
1 parent 3e61ff9 commit 75858fc
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 = "coarsetime"
version = "0.1.34"
version = "0.1.35"
description = "Time and duration crate optimized for speed"
authors = ["Frank Denis <[email protected]>"]
keywords = ["time", "date", "duration"]
Expand All @@ -21,7 +21,7 @@ wasi-abi2 = ["dep:wasi-abi2"]
libc = "0.2"

[target.'cfg(target_os = "wasi")'.dependencies]
wasi-abi2 = { package = "wasi", version = "0.12.0", optional = true }
wasi-abi2 = { package = "wasi", version = "0.13.3", optional = true }

[target.'cfg(any(target_os = "wasix", target_os = "wasi"))'.dependencies]
wasix = "0.12"
Expand All @@ -30,7 +30,7 @@ wasix = "0.12"
wasm-bindgen = "0.2"

[dev-dependencies]
benchmark-simple = "0.1.9"
benchmark-simple = "0.1.10"

[profile.bench]
codegen-units = 1
Expand Down

0 comments on commit 75858fc

Please sign in to comment.