Skip to content

Commit

Permalink
release: prep libevent-sys 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagnuson committed Sep 29, 2024
1 parent f8feca7 commit 08b4b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ verbose_build = [ "libevent-sys/verbose_build" ]

[dependencies]
bitflags = "1.2"
libevent-sys = { version = "0.2", path = "libevent-sys", default-features = false }
libevent-sys = { version = "0.3", path = "libevent-sys", default-features = false }

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ base.run();

## Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.57.0 and up. It might compile
This crate is guaranteed to compile on stable Rust 1.70.0 and up. It might compile
with older versions but that may change in any new patch release.

## License
Expand Down
2 changes: 1 addition & 1 deletion libevent-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libevent-sys"
version = "0.2.6"
version = "0.3.0"
authors = ["Steven vanZyl <[email protected]>",
"Jon Magnuson <[email protected]>",
"Grant Elbert <[email protected]>"]
Expand Down

0 comments on commit 08b4b7c

Please sign in to comment.