Skip to content

Commit

Permalink
support to build offline to fix too new version break build
Browse files Browse the repository at this point in the history
  • Loading branch information
ningmingxiao committed Sep 29, 2024
1 parent 217f0ee commit e5baaad
Show file tree
Hide file tree
Showing 11,959 changed files with 3,627,155 additions and 4 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[source.crates-io]
replace-with = "vendored-sources"

[source.vendored-sources]
directory = "vendor"
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# will have compiled files and executables
/target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk
log
Expand Down
Loading

0 comments on commit e5baaad

Please sign in to comment.