Skip to content

Commit

Permalink
fix: bump version of core, remove rust from builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Feb 16, 2022
1 parent 6bf692e commit 157d14b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 20 deletions.
6 changes: 0 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ install:
- ps: Install-Product node $env:nodejs_version $env:platform
- node --version
- npm --version
- appveyor-retry appveyor DownloadFile "https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe" -FileName rustup-init.exe
- rustup-init.exe -y --default-host x86_64-pc-windows-msvc
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\msys64\mingw64\bin;C:\Program Files\LLVM\bin
- rustup show
- rustc -V
- cargo -V
- gcc --version
- npm install

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
]
},
"dependencies": {
"@pact-foundation/pact-core": "13.4.1-beta.12",
"@pact-foundation/pact-core": "13.4.1-beta.13",
"@types/bluebird": "^3.5.20",
"@types/express": "^4.17.11",
"bluebird": "~3.5.1",
Expand Down
10 changes: 0 additions & 10 deletions scripts/native-lib-details.js

This file was deleted.

0 comments on commit 157d14b

Please sign in to comment.