Skip to content

Commit dbf001f

Browse files
committed
fix: update crates
1 parent 090d9a9 commit dbf001f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions-rs/toolchain@v1
4949
with:
5050
profile: minimal
51-
toolchain: nightly
51+
toolchain: stable
5252
target: ${{ matrix.target }}
5353
override: true
5454

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
libc = "0.2"
13-
retour = "0.3"
13+
retour = "0.3.1"
1414
gl = "0.14"
15-
windows = { version = "0.61", features = [
15+
windows = { version = "0.62", features = [
1616
"Win32_Security",
1717
"Win32_Foundation",
1818
"Win32_System_Diagnostics_Debug",

0 commit comments

Comments
 (0)