Skip to content

Commit

Permalink
Bugfix: projects not requiring bytes will encounter an error on build…
Browse files Browse the repository at this point in the history
… unless bytes is required as a build-dependency
  • Loading branch information
Hainish committed Apr 3, 2024
1 parent ffa70fb commit db28079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ prost = "0.12"
bincode = "1"
configparser = "3"
serde = { version = "1", features = ["derive"] }
bytes = "1"

[dev-dependencies]
tokio = { version = "1", features = ["full"] }

0 comments on commit db28079

Please sign in to comment.