Skip to content

Commit

Permalink
cargo-messages uses latest cli
Browse files Browse the repository at this point in the history
- go back to using "extended" preset now that it includes arm64 linux
  • Loading branch information
dherman committed Aug 24, 2024
1 parent a4ae3b0 commit bb14539
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 45 deletions.
15 changes: 3 additions & 12 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.73"
"@neon-rs/cli": "^0.1.76"
},
"repository": {
"type": "git",
Expand All @@ -55,21 +55,12 @@
},
"homepage": "https://github.com/dherman/neon-rs#readme",
"dependencies": {
"@neon-rs/load": "^0.1.49"
"@neon-rs/load": "^0.1.76"
},
"neon": {
"type": "library",
"org": "@cargo-messages",
"platforms": {
"win32-x64-msvc": "x86_64-pc-windows-msvc",
"darwin-x64": "x86_64-apple-darwin",
"darwin-arm64": "aarch64-apple-darwin",
"linux-x64-gnu": "x86_64-unknown-linux-gnu",
"linux-arm64-gnu": "aarch64-unknown-linux-gnu",
"win32-arm64-msvc": "aarch64-pc-windows-msvc",
"linux-arm-gnueabihf": "armv7-unknown-linux-gnueabihf",
"android-arm-eabi": "armv7-linux-androideabi"
},
"platforms": "extended",
"load": "./lib/load.cjs"
},
"optionalDependencies": {
Expand Down
80 changes: 47 additions & 33 deletions pkgs/package-lock.json

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

0 comments on commit bb14539

Please sign in to comment.