Skip to content

Commit

Permalink
add Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
cammeresi committed Jul 14, 2024
1 parent e9fd4fc commit 38117cd
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
target
Cargo.lock
61 changes: 61 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "linker-set"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Sidney Cammeresi <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
53 changes: 53 additions & 0 deletions proc/Cargo.lock

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

0 comments on commit 38117cd

Please sign in to comment.