-
Notifications
You must be signed in to change notification settings - Fork 239
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
23 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "uniffi_bindgen" | ||
version = "0.24.0" | ||
version = "0.24.1" | ||
authors = ["Firefox Sync Team <[email protected]>"] | ||
description = "a multi-language bindings generator for rust (codegen and cli tooling)" | ||
documentation = "https://mozilla.github.io/uniffi-rs" | ||
|
@@ -25,6 +25,6 @@ serde = "1" | |
serde_json = "1.0.80" | ||
toml = "0.5" | ||
weedle2 = { version = "4.0.0", path = "../weedle2" } | ||
uniffi_meta = { path = "../uniffi_meta", version = "=0.24.0" } | ||
uniffi_testing = { path = "../uniffi_testing", version = "=0.24.0" } | ||
uniffi_meta = { path = "../uniffi_meta", version = "=0.24.1" } | ||
uniffi_testing = { path = "../uniffi_testing", version = "=0.24.1" } | ||
clap = { version = "4", default-features = false, features = ["std", "derive"], optional = true } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "uniffi_build" | ||
version = "0.24.0" | ||
version = "0.24.1" | ||
authors = ["Firefox Sync Team <[email protected]>"] | ||
description = "a multi-language bindings generator for rust (build script helpers)" | ||
documentation = "https://mozilla.github.io/uniffi-rs" | ||
|
@@ -13,7 +13,7 @@ keywords = ["ffi", "bindgen"] | |
[dependencies] | ||
anyhow = "1" | ||
camino = "1.0.8" | ||
uniffi_bindgen = { path = "../uniffi_bindgen", default-features = false, version = "=0.24.0" } | ||
uniffi_bindgen = { path = "../uniffi_bindgen", default-features = false, version = "=0.24.1" } | ||
|
||
[features] | ||
default = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "uniffi_checksum_derive" | ||
version = "0.24.0" | ||
version = "0.24.1" | ||
authors = ["Firefox Sync Team <[email protected]>"] | ||
description = "a multi-language bindings generator for rust (checksum custom derive)" | ||
documentation = "https://mozilla.github.io/uniffi-rs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ description = "a multi-language bindings generator for rust (runtime support cod | |
documentation = "https://mozilla.github.io/uniffi-rs" | ||
homepage = "https://mozilla.github.io/uniffi-rs" | ||
repository = "https://github.com/mozilla/uniffi-rs" | ||
version = "0.24.0" | ||
version = "0.24.1" | ||
authors = ["Firefox Sync Team <[email protected]>"] | ||
license = "MPL-2.0" | ||
edition = "2021" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "uniffi_macros" | ||
version = "0.24.0" | ||
version = "0.24.1" | ||
authors = ["Firefox Sync Team <[email protected]>"] | ||
description = "a multi-language bindings generator for rust (convenience macros)" | ||
documentation = "https://mozilla.github.io/uniffi-rs" | ||
|
@@ -23,8 +23,8 @@ quote = "1.0" | |
serde = "1.0.136" | ||
syn = { version = "2.0", features = ["full", "visit-mut"] } | ||
toml = "0.5.9" | ||
uniffi_build = { path = "../uniffi_build", version = "=0.24.0" } | ||
uniffi_meta = { path = "../uniffi_meta", version = "=0.24.0" } | ||
uniffi_build = { path = "../uniffi_build", version = "=0.24.1" } | ||
uniffi_meta = { path = "../uniffi_meta", version = "=0.24.1" } | ||
|
||
[features] | ||
default = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "uniffi_testing" | ||
version = "0.24.0" | ||
version = "0.24.1" | ||
authors = ["Firefox Sync Team <[email protected]>"] | ||
description = "a multi-language bindings generator for rust (testing helpers)" | ||
documentation = "https://mozilla.github.io/uniffi-rs" | ||
|