Skip to content

Commit df822ee

Browse files
authored
Release V0.1.0 beta.5.1+2.4.4 (#30)
* Remvoe msvc target that don't work on docs.rs * Bump to beta 5.1
1 parent c1eb129 commit df822ee

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default-members = ["wslpluginapi-sys"]
66

77
[workspace.package]
88
name = "wslpluginapi-sys"
9-
version = "0.1.0-beta.5+2.4.4"
9+
version = "0.1.0-beta.5.1+2.4.4"
1010
edition = "2021"
1111
readme = "README.md"
1212
authors = ["Mickaël Véril <mika.veril@wanadoo.fr>"]

wslpluginapi-sys/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,7 @@ features = [
4141
[package.metadata.docs.rs]
4242
all-features = true
4343
targets = [
44-
"x86_64-pc-windows-msvc",
4544
"x86_64-pc-windows-gnu",
4645
"x86_64-pc-windows-gnullvm",
47-
"aarch64-pc-windows-msvc",
4846
"aarch64-pc-windows-gnullvm",
4947
]

0 commit comments

Comments
 (0)