Skip to content

Commit

Permalink
(cargo-release) version {{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
bendk committed Oct 27, 2021
1 parent 28b72c9 commit d6dc1d1
Show file tree
Hide file tree
Showing 26 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion examples/arithmetic/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "uniffi-example-arithmetic"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/callbacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "uniffi-example-callbacks"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/geometry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "uniffi-example-geometry"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/rondpoint/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "uniffi-example-rondpoint"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/sprites/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "uniffi-example-sprites"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/todolist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "uniffi-example-todolist"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion examples/wrapper-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "wrapper-types"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/callbacks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "callbacks"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/coverall/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coverall"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ext-types/guid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ext-types-guid"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ext-types/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ext-types-lib"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/ext-types/uniffi-one/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# TODO: modify the crate name to test non-default names.
name = "uniffi-one"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/external-types/crate-one/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crate_one"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/external-types/crate-two/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "crate_two"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/external-types/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "external_types_lib"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cdylib-dependency"
version = "0.14.0"
version = "0.14.1"
authors = ["king6cong <king6cong@gmail.com>"]
edition = "2018"
publish = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ffi-crate"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/regressions/enum-without-i32-helpers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "i356-enum-without-int-helpers"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/regressions/fully-qualified-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "i1015-fully-qualified-types"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kotlin-experimental-unsigned-types"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/uitests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniffi_uitests"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
edition = "2018"
publish = false
Expand Down
2 changes: 1 addition & 1 deletion fixtures/uniffi-fixture-time/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "uniffi-fixture-time"
edition = "2018"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
publish = false
Expand Down
4 changes: 2 additions & 2 deletions uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
license = "MPL-2.0"
edition = "2018"
Expand All @@ -19,7 +19,7 @@ log = "0.4"
# Regular dependencies
cargo_metadata = "0.13"
paste = "1.0"
uniffi_bindgen = { path = "../uniffi_bindgen", optional = true, version = "= 0.14.0"}
uniffi_bindgen = { path = "../uniffi_bindgen", optional = true, version = "=0.14.1"}
static_assertions = "1.1.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion uniffi_bindgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniffi_bindgen"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
description = "a multi-language bindings generator for rust (codegen and cli tooling)"
documentation = "https://mozilla.github.io/uniffi-rs"
Expand Down
4 changes: 2 additions & 2 deletions uniffi_build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniffi_build"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
description = "a multi-language bindings generator for rust (build script helpers)"
documentation = "https://mozilla.github.io/uniffi-rs"
Expand All @@ -12,7 +12,7 @@ keywords = ["ffi", "bindgen"]

[dependencies]
anyhow = "1"
uniffi_bindgen = { path = "../uniffi_bindgen", optional = true, version = "= 0.14.0"}
uniffi_bindgen = { path = "../uniffi_bindgen", optional = true, version = "=0.14.1"}

[features]
default = []
Expand Down
4 changes: 2 additions & 2 deletions uniffi_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uniffi_macros"
version = "0.14.0"
version = "0.14.1"
authors = ["Firefox Sync Team <sync-team@mozilla.com>"]
description = "a multi-language bindings generator for rust (convenience macros)"
documentation = "https://mozilla.github.io/uniffi-rs"
Expand All @@ -18,7 +18,7 @@ proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "1.0", features = ["extra-traits"] }
glob = "0.3"
uniffi_build = { path = "../uniffi_build", version = "= 0.14.0"}
uniffi_build = { path = "../uniffi_build", version = "=0.14.1"}

[features]
default = []
Expand Down

0 comments on commit d6dc1d1

Please sign in to comment.