Skip to content

Commit fa51f35

Browse files
committed
Update and check-in Cargo.lock files
The existence of a newer version of crates we copied here from crates.io causes cargo to pull them from crates.io and either ignore our [patch] overrides or build the newer version in addition to the local path dependency. This was happening for libc and compiler builtins.
1 parent 358ddf1 commit fa51f35

File tree

6 files changed

+911
-3
lines changed

6 files changed

+911
-3
lines changed

rust-app/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/target
22
**/*.rs.bk
3-
Cargo.lock

rust-app/Cargo.lock

Lines changed: 162 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust-app/compiler_builtins/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "compiler_builtins"
3-
version = "0.1.15"
3+
version = "0.1.16"
44
authors = ["Tyler Hall <[email protected]>"]
55
edition = "2018"
66

rust-app/libc

Submodule libc updated 96 files

0 commit comments

Comments
 (0)