Skip to content

Commit 568fa4f

Browse files
committed
Commit the Cargo.lock file to build with known working versions of dependencies
This offloads _some_ care to consumers, as by default they might now pull in transitive dependencies that break UniFFI's MSRV. What they will need to do is `cargo update -p $dep --precise $ver` where `$ver` is a version that is MSRV-compatible (and is probably the one uniffi's Cargo.lock file contains)
1 parent 0ffa4a7 commit 568fa4f

File tree

2 files changed

+2094
-1
lines changed

2 files changed

+2094
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Cargo.lock
21
target
32
.*.swp
43
*.jar

0 commit comments

Comments
 (0)