-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version and update dependencies
- Loading branch information
1 parent
f0387dd
commit 3bd7eb1
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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 } |