We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090d9a9 commit dbf001fCopy full SHA for dbf001f
2 files changed
.github/workflows/build.yaml
@@ -48,7 +48,7 @@ jobs:
48
uses: actions-rs/toolchain@v1
49
with:
50
profile: minimal
51
- toolchain: nightly
+ toolchain: stable
52
target: ${{ matrix.target }}
53
override: true
54
Cargo.toml
@@ -10,9 +10,9 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
libc = "0.2"
13
-retour = "0.3"
+retour = "0.3.1"
14
gl = "0.14"
15
-windows = { version = "0.61", features = [
+windows = { version = "0.62", features = [
16
"Win32_Security",
17
"Win32_Foundation",
18
"Win32_System_Diagnostics_Debug",
0 commit comments