Skip to content

Commit

Permalink
Revert everything back to 0.22.0; yanked 0.23.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Jun 22, 2024
1 parent 898abcb commit 1af749a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wise_units"
version = "0.23.0"
version = "0.22.0"
description = "Measure things using UCUM units"
repository = "https://github.com/agrian-inc/wise_units"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions crates/ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wise_units-ffi"
version = "0.23.0"
version = "0.22.0"
description = "FFI wrapper for wise_units"
repository = "https://github.com/agrian-inc/wise_units"
license = "MIT"
Expand All @@ -10,7 +10,7 @@ publish = ["agrian-registry"]

[dependencies]
ffi_common.workspace = true
wise_units = { version = "0.23", registry = "agrian-registry" }
wise_units = { version = "0.22", registry = "agrian-registry" }

[build-dependencies]
cbindgen = "0.26.0"
Expand Down

0 comments on commit 1af749a

Please sign in to comment.