We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c374a5 commit 0b26f13Copy full SHA for 0b26f13
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wslpluginapi-sys"
3
-version = "0.1.0-beta.2+2.1.3"
+version = "0.1.0-beta.3+2.1.3"
4
edition = "2021"
5
readme = "README.md"
6
authors = ["Mickaël Véril <mika.veril@wanadoo.fr>"]
@@ -51,6 +51,5 @@ targets = [
51
"x86_64-pc-windows-gnu",
52
"x86_64-pc-windows-gnullvm",
53
"aarch64-pc-windows-msvc",
54
- "aarch64-pc-windows-gnu",
55
"aarch64-pc-windows-gnullvm",
56
]
README.MD
@@ -27,7 +27,7 @@ Add `wslpluginapi-sys` to your `Cargo.toml`:
27
28
```toml
29
[dependencies]
30
-wslpluginapi-sys = "0.1.0-beta.1+2.1.3"
+wslpluginapi-sys = "0.1.0-beta.3+2.1.3"
31
```
32
33
Safety
0 commit comments