-
Notifications
You must be signed in to change notification settings - Fork 232
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
11 changed files
with
34 additions
and
30 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.26.1" | ||
version = "0.27.0" | ||
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" | ||
|
@@ -24,8 +24,8 @@ once_cell = "1.12" | |
paste = "1.0" | ||
serde = { version = "1", features = ["derive"] } | ||
toml = "0.5" | ||
uniffi_meta = { path = "../uniffi_meta", version = "=0.26.1" } | ||
uniffi_testing = { path = "../uniffi_testing", version = "=0.26.1" } | ||
uniffi_udl = { path = "../uniffi_udl", version = "=0.26.1" } | ||
uniffi_meta = { path = "../uniffi_meta", version = "=0.27.0" } | ||
uniffi_testing = { path = "../uniffi_testing", version = "=0.27.0" } | ||
uniffi_udl = { path = "../uniffi_udl", version = "=0.27.0" } | ||
clap = { version = "4", default-features = false, features = ["std", "derive"], optional = true } | ||
textwrap = "0.16" |
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.26.1" | ||
version = "0.27.0" | ||
authors = ["Firefox Sync Team <[email protected]>"] | ||
description = "a multi-language bindings generator for rust (build script helpers)" | ||
documentation = "https://mozilla.github.io/uniffi-rs" | ||
|
@@ -14,7 +14,7 @@ readme = "../README.md" | |
[dependencies] | ||
anyhow = "1" | ||
camino = "1.0.8" | ||
uniffi_bindgen = { path = "../uniffi_bindgen", default-features = false, version = "=0.26.1" } | ||
uniffi_bindgen = { path = "../uniffi_bindgen", default-features = false, version = "=0.27.0" } | ||
|
||
[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.26.1" | ||
version = "0.27.0" | ||
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.26.1" | ||
version = "0.27.0" | ||
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.26.1" | ||
version = "0.27.0" | ||
authors = ["Firefox Sync Team <[email protected]>"] | ||
description = "a multi-language bindings generator for rust (convenience macros)" | ||
documentation = "https://mozilla.github.io/uniffi-rs" | ||
|
@@ -24,8 +24,8 @@ quote = "1.0" | |
serde = { version = "1.0.136", features = ["derive"] } | ||
syn = { version = "2.0", features = ["full", "visit-mut"] } | ||
toml = "0.5.9" | ||
uniffi_build = { path = "../uniffi_build", version = "=0.26.1", optional = true } | ||
uniffi_meta = { path = "../uniffi_meta", version = "=0.26.1" } | ||
uniffi_build = { path = "../uniffi_build", version = "=0.27.0", optional = true } | ||
uniffi_meta = { path = "../uniffi_meta", version = "=0.27.0" } | ||
|
||
[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.26.1" | ||
version = "0.27.0" | ||
authors = ["Firefox Sync Team <[email protected]>"] | ||
description = "a multi-language bindings generator for rust (testing helpers)" | ||
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