Skip to content

Commit

Permalink
chore: lockfile config for releases (#169)
Browse files Browse the repository at this point in the history
* chore: update release crate lockfile

* more config updates
  • Loading branch information
elcharitas authored Aug 24, 2024
1 parent e6a1ccb commit 555f2a3
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
target-dir = "./build"
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dist/

# will have compiled files and executables
debug/
target/
build/
coverage/

# Add Cargo.lock to gitignore if creating a library
Expand Down
2 changes: 1 addition & 1 deletion cog.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [

[packages]
ngyn = { path = "crates/core" }
ngyn-cli = { path = "crates/cli" }
cargo-ngyn = { path = "crates/cli" }
ngyn_macros = { path = "crates/macros" }
ngyn_shared = { path = "crates/shared" }
ngyn-hyper = { path = "crates/hyper" }
Expand Down
34 changes: 17 additions & 17 deletions crates/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 555f2a3

Please sign in to comment.