Skip to content

Commit

Permalink
Merge pull request #100 from str4d/workspace-changes
Browse files Browse the repository at this point in the history
Workspace changes and MSRV 1.70
  • Loading branch information
sugyan authored Feb 18, 2024
2 parents 6812af6 + 94446b2 commit 3d97dec
Show file tree
Hide file tree
Showing 27 changed files with 3,743 additions and 122 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
atrium-api/src/app linguist-generated=true
atrium-api/src/com linguist-generated=true
atrium-api/src/client.rs linguist-generated=true
atrium-api/src/records.rs linguist-generated=true
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
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
# We commit a lockfile for the main crates so we can test them with MSRV in CI.
# We don't commit a lockfile for codegen or the examples because those crates
# don't have an MSRV and are expected to be run with latest stable Rust.
/examples/*/Cargo.lock
/lexicon/Cargo.lock

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

0 comments on commit 3d97dec

Please sign in to comment.