Skip to content

Commit

Permalink
try installing target and updating what can be
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Dec 15, 2024
1 parent 365b6b0 commit 6edf183
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 30 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@stable
with:
components: rust-src
targets: i686-win7-windows-msvc
- name: Build
run: cargo build --release --verbose --target=i686-win7-windows-msvc

Expand Down
34 changes: 7 additions & 27 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ publish = false
[dependencies]
winapi = { version = "0.3.8", features = ["consoleapi", "minwindef"] }
notify = "4.0.0"
once_cell = "1.8.0"
parking_lot = "0.11.1"
once_cell = "1.20.2"
parking_lot = "0.12.3"

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 6edf183

Please sign in to comment.