Skip to content

Commit

Permalink
bump cargo-messages to latest load and use .proxy -- hopefully it w…
Browse files Browse the repository at this point in the history
…orks this time
  • Loading branch information
David Herman committed Dec 11, 2023
1 parent 722d9f7 commit 2a8ad47
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 105 deletions.
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/lib/load.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = require('@neon-rs/load').__UNSTABLE_proxy({
module.exports = require('@neon-rs/load').proxy({
'darwin-x64': () => require('@cargo-messages/darwin-x64'),
'win32-x64-msvc': () => require('@cargo-messages/win32-x64-msvc'),
'win32-arm64-msvc': () => require('@cargo-messages/win32-arm64-msvc'),
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cargo-messages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"homepage": "https://github.com/dherman/neon-rs#readme",
"dependencies": {
"@neon-rs/load": "^0.0.171"
"@neon-rs/load": "^0.0.173"
},
"neon": {
"type": "source",
Expand Down
122 changes: 19 additions & 103 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 2a8ad47

Please sign in to comment.