Skip to content

Commit

Permalink
Unpin serde-json and remove json_internal imports (#6)
Browse files Browse the repository at this point in the history
Also adds a `rust-toolchain.toml` file so that the `rustup` wrapper will automatically pick this up, and commits the `Cargo.lock` file as the conventions regarding that were changed in https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
  • Loading branch information
Swatinem authored Jun 7, 2024
1 parent 852217e commit 553307f
Show file tree
Hide file tree
Showing 8 changed files with 606 additions and 12 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
debug/
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

Expand Down
Loading

0 comments on commit 553307f

Please sign in to comment.