Skip to content

Commit

Permalink
Bump version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
terahlunah committed Jul 29, 2024
1 parent f0387dd commit 3bd7eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bytebuffer"
version = "2.2.0"
version = "2.3.0"
authors = ["Terah <[email protected]>", "Shiroy <[email protected]>"]
description = "A bytebuffer for networking and binary protocols"
homepage = "https://github.com/terahlunah/bytebuffer"
Expand All @@ -17,5 +17,5 @@ default = []
half = ["dep:half"]

[dependencies]
byteorder = "1"
half = { version = "2.3.1", optional = true }
byteorder = "1.5.0"
half = { version = "2.4.1", optional = true }

0 comments on commit 3bd7eb1

Please sign in to comment.