Skip to content

Commit

Permalink
bump cargo-messages to use latest @neon-rs/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Aug 25, 2024
1 parent fcb19ca commit 4fb181e
Show file tree
Hide file tree
Showing 6 changed files with 289 additions and 157 deletions.
20 changes: 10 additions & 10 deletions dist/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"homepage": "https://github.com/dherman/neon-rs#readme",
"optionalDependencies": {
"@cargo-messages/android-arm-eabi": "0.1.79",
"@cargo-messages/darwin-arm64": "0.1.79",
"@cargo-messages/darwin-x64": "0.1.79",
"@cargo-messages/linux-arm-gnueabihf": "0.1.79",
"@cargo-messages/linux-arm64-gnu": "0.1.79",
"@cargo-messages/linux-arm64-musl": "0.1.79",
"@cargo-messages/linux-x64-gnu": "0.1.79",
"@cargo-messages/linux-x64-musl": "0.1.79",
"@cargo-messages/win32-arm64-msvc": "0.1.79",
"@cargo-messages/win32-x64-msvc": "0.1.79"
"@cargo-messages/android-arm-eabi": "0.1.80",
"@cargo-messages/darwin-arm64": "0.1.80",
"@cargo-messages/darwin-x64": "0.1.80",
"@cargo-messages/linux-arm-gnueabihf": "0.1.80",
"@cargo-messages/linux-arm64-gnu": "0.1.80",
"@cargo-messages/linux-arm64-musl": "0.1.80",
"@cargo-messages/linux-x64-gnu": "0.1.80",
"@cargo-messages/linux-x64-musl": "0.1.80",
"@cargo-messages/win32-arm64-msvc": "0.1.80",
"@cargo-messages/win32-x64-msvc": "0.1.80"
}
}
80 changes: 40 additions & 40 deletions dist/package-lock.json

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

4 changes: 2 additions & 2 deletions pkgs/cargo-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"author": "David Herman <[email protected]>",
"license": "MIT",
"devDependencies": {
"@neon-rs/cli": "^0.1.78"
"@neon-rs/cli": "^0.1.80"
},
"repository": {
"type": "git",
Expand All @@ -55,7 +55,7 @@
},
"homepage": "https://github.com/dherman/neon-rs#readme",
"dependencies": {
"@neon-rs/load": "^0.1.78"
"@neon-rs/load": "^0.1.80"
},
"neon": {
"type": "library",
Expand Down
158 changes: 145 additions & 13 deletions pkgs/package-lock.json

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

Loading

0 comments on commit 4fb181e

Please sign in to comment.