Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
strategy:
fail-fast: false
matrix:
build: [stable, 1.46.0, beta, nightly, macos, windows]
build: [stable, 1.63.0, beta, nightly, macos, windows]
include:
- build: stable
os: ubuntu-latest
rust: stable
- build: 1.46.0
- build: 1.63.0
os: ubuntu-latest
rust: 1.46.0
rust: 1.63.0
- build: beta
os: ubuntu-latest
rust: beta
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]
name = "socket2"
version = "0.4.5"
version = "0.5.0"
publish = false
authors = [
"Alex Crichton <[email protected]>",
"Thomas de Zeeuw <[email protected]>"
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ See the [API documentation] for more.

[API documentation]: https://docs.rs/socket2

# Two branches
# Branches

Currently Socket2 supports two versions: v0.4 and v0.3. Version 0.4 is developed
in the master branch, version 0.3 in the [v0.3.x branch].
in the [v0.4.x branch] branch, version 0.3 in the [v0.3.x branch]. Version 0.5
is currently being developed in the master branch.

[v0.3.x branch]: https://github.com/rust-lang/socket2/tree/v0.3.x
[v0.4.x branch]: https://github.com/rust-lang/socket2/tree/v0.4.x

# OS support

Expand Down Expand Up @@ -64,7 +66,7 @@ feature flag.

# Minimum Supported Rust Version (MSRV)

Socket2 uses 1.46.0 as MSRV.
Socket2 uses 1.63.0 as MSRV.

# License

Expand Down