Skip to content

Commit

Permalink
Merge branch 'develop' into feature/NAUM-63-refactor-term
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen authored Aug 20, 2024
2 parents bcd98a9 + 1af749a commit abaa0c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
5 changes: 2 additions & 3 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,8 +10,7 @@ publish = ["agrian-registry"]

[dependencies]
ffi_common.workspace = true
# wise_units = { version = "0.23", registry = "agrian-registry" }
wise_units = { path = "../api" }
wise_units = { version = "0.23", registry = "agrian-registry" }

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

0 comments on commit abaa0c0

Please sign in to comment.