-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: release 1.26.0 #1920
chore: release 1.26.0 #1920
Conversation
@@ -25,7 +25,7 @@ bolero-generator = { version = "0.9", optional = true } | |||
cfg-if = "1" | |||
futures = { version = "0.3", default-features = false, features = ["async-await"], optional = true } | |||
lazy_static = { version = "1", optional = true } | |||
s2n-quic-core = { version = "=0.25.0", path = "../s2n-quic-core", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you'll need to bump the version on line 3
quic/s2n-quic-tls/Cargo.toml
Outdated
@@ -19,8 +19,8 @@ bytes = { version = "1", default-features = false } | |||
errno = "0.3" | |||
libc = "0.2" | |||
s2n-codec = { version = "=0.6.1", path = "../../common/s2n-codec", default-features = false } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like s2n-codec
had some changes since the last release, so that should get a bump too
@@ -19,7 +19,7 @@ bitflags = "2" | |||
errno = "0.3" | |||
libc = "0.2" | |||
s2n-codec = { version = "=0.6.1", path = "../../../common/s2n-codec" } | |||
s2n-quic-core = { version = "=0.25.0", path = "../../../quic/s2n-quic-core" } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll need to bump the version on line 3
Co-authored-by: Wesley Rosenblum <[email protected]>
Description of changes:
This bumps the crate versions for the v1.26.0 release.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.