Skip to content

Commit 3d7c1ec

Browse files
committed
Make uniffi dep version less restrictive
1 parent 6609c34 commit 3d7c1ec

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

lib/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ bitcoin = { version = "0.32", features = ["rand-std"] }
2525
# logging
2626
log = "0.4"
2727

28+
# uniffi todo: make this optional
29+
uniffi = { version = "0.29.1", features = ["cli"] }
30+
2831
pcsc = { version = "2", optional = true }
29-
uniffi = { version = "=0.29.0", features = ["cli"] }
3032

3133
[build-dependencies]
32-
uniffi = { version = "=0.29.0", features = ["build"] }
34+
uniffi = { version = "0.29.1", features = ["build"] }
3335

3436
[features]
3537
default = []

0 commit comments

Comments
 (0)