Skip to content

Commit 2134c3c

Browse files
committed
Update versions
1 parent 6982b9a commit 2134c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

windivert-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "windivert-sys"
3-
version = "0.11.0"
3+
version = "0.11.0-beta.2"
44
description = "Raw FFI bindings for WinDivert user mode library"
55
authors = ["Ruben Serrano Izquierdo <rserranoizq@gmail.com>"]
66
repository = "https://github.com/Rubensei/windivert-rust.git"

windivert/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ static = ["vendored", "windivert-sys/static"]
2121
[dependencies]
2222
etherparse = "0.18"
2323
thiserror = "2"
24-
windivert-sys = { version = "0.11.0-beta.0", path = "../windivert-sys" }
24+
windivert-sys = { version = "0.11.0-beta.2", path = "../windivert-sys" }
2525

2626
[dev-dependencies]
2727
mockall = "0.13"

0 commit comments

Comments
 (0)