Update CI config (#650)

This commit is contained in:
Taiki Endo
2024-01-08 01:11:02 +09:00
committed by GitHub
parent fbc64bcc67
commit 09214ba51b
4 changed files with 33 additions and 30 deletions
+2 -1
View File
@@ -5,6 +5,8 @@ name = "bytes"
# - Update CHANGELOG.md.
# - Create "v1.x.y" git tag.
version = "1.5.0"
edition = "2018"
rust-version = "1.39"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",
@@ -15,7 +17,6 @@ repository = "https://github.com/tokio-rs/bytes"
readme = "README.md"
keywords = ["buffers", "zero-copy", "io"]
categories = ["network-programming", "data-structures"]
edition = "2018"
[features]
default = ["std"]