Skip to content

Commit

Permalink
Upgrade quanta to v0.11.0
Browse files Browse the repository at this point in the history
This version depends on `mach2` crate for macOS/iOS targets as a replacement of
unmaintained `mach`. (See #243)
  • Loading branch information
tatsuya6502 committed Apr 1, 2023
1 parent e4ae4e6 commit 2ff6dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ triomphe = { version = "0.1.3", default-features = false }

# Optional dependencies (enabled by default)
crossbeam-epoch = { version = "0.9.9", optional = true }
quanta = { version = "0.10.0", optional = true }
quanta = { version = "0.11.0", optional = true }
thiserror = { version = "1.0", optional = true }
uuid = { version = "1.1", features = ["v4"], optional = true }

Expand Down

0 comments on commit 2ff6dca

Please sign in to comment.