Skip to content

Commit

Permalink
Increase windivert-sys version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubensei committed Feb 6, 2023
1 parent c1a19e3 commit d4119b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windivert-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windivert-sys"
version = "0.9.1-alpha.1"
version = "0.9.1"
description = "Raw FFI bindings for WinDivert user mode library"
authors = ["Ruben Serrano Izquierdo <rserranoizq@gmail.com>"]
repository = "https://github.com/Rubensei/windivert-rust.git"
Expand Down
2 changes: 1 addition & 1 deletion windivert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ vendored = ["windivert-sys/vendored"]
etherparse = "0.13"
thiserror = "1"
tracing = { version = "0.1", optional = true }
windivert-sys = { version = "0.9.1-alpha.1", path = "../windivert-sys" }
windivert-sys = { version = "0.9.1", path = "../windivert-sys" }

[dependencies.windows]
version = "0.44"
Expand Down

0 comments on commit d4119b5

Please sign in to comment.