Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Dec 3, 2024
1 parent 7df6099 commit 6dcf2a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"

members = [
"packages/toml-parser"
Expand Down
4 changes: 3 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ darwin_archs=(
linux_archs=(
"x86_64-unknown-linux-gnu"
"aarch64-unknown-linux-gnu"
"aarch64-unknown-linux-musl"
"x86_64-unknown-linux-musl"
)

windows_archs=(
"x86_64-pc-windows-msvc"
"x86_64-pc-windows-gnu"
"aarch64-pc-windows-msvc"
)

build_darwin() {
Expand Down

0 comments on commit 6dcf2a6

Please sign in to comment.