Skip to content

Commit

Permalink
Pin to patch/minor of uniffi (#30)
Browse files Browse the repository at this point in the history
* Pin to patch/minor of uniffi

* Let this lib and above resolve to higher patch

On the assumption minor/major will require changes to the library

* no tilde
  • Loading branch information
skeet70 authored Aug 15, 2024
1 parent c865946 commit 09ab10d
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 56 deletions.
168 changes: 124 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ regex = "1.10.4"
serde = "1"
textwrap = "0.16.1"
toml = "0.5" # can't be on 8, `Value` is part of public interface
uniffi_bindgen = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi_meta = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi_bindgen = "0.28.1"
uniffi_meta = "0.28.1"

[dev-dependencies]
glob = "0.3"
itertools = "0.13.0"
uniffi-example-arithmetic = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi-example-custom-types = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi-example-futures = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi-example-geometry = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi-example-rondpoint = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi-fixture-coverall = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi-fixture-ext-types = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi-fixture-futures = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi-fixture-time = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi_testing = { git = "https://github.com/mozilla/uniffi-rs.git", branch = "main" }
uniffi-example-arithmetic = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }
uniffi-example-custom-types = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }
uniffi-example-futures = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }
uniffi-example-geometry = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }
uniffi-example-rondpoint = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }
uniffi-fixture-coverall = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }
uniffi-fixture-ext-types = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }
uniffi-fixture-futures = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }
uniffi-fixture-time = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }
uniffi_testing = { git = "https://github.com/mozilla/uniffi-rs.git", rev = "38383ef6" }

0 comments on commit 09ab10d

Please sign in to comment.