Skip to content

Commit

Permalink
Bump version to 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Nov 26, 2023
1 parent 3ad27c9 commit b568d9b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# Version 0.7.1 - 2023-11-26
- [change][patch] Remove dependency on `byteorder` crate.

# Version 0.7.0 - 2023-09-20
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fizyr-rpc"
description = "Native Rust implementation of the Fizyr RPC protocol"
version = "0.7.0"
version = "0.7.1"
authors = [
"Fizyr B.V. <[email protected]>",
"Maarten de Vries <[email protected]>",
Expand Down Expand Up @@ -29,7 +29,7 @@ unix-stream = ["tokio/net"]
filedesc = { version = "0.6.1" }
tokio = { version = "1.32.0", features = ["rt", "sync"] }
tokio-seqpacket = { version = "0.7.0", optional = true }
fizyr-rpc-macros = { version = "0.7.0", path = "macros", optional = true }
fizyr-rpc-macros = { version = "0.7.1", path = "macros", optional = true }

[dev-dependencies]
assert2 = "0.3.11"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fizyr-rpc-macros"
description = "procedural macros for the fizyr-rpc crate"
version = "0.7.0"
version = "0.7.1"
authors = [
"Fizyr B.V. <[email protected]>",
"Maarten de Vries <[email protected]>",
Expand Down

0 comments on commit b568d9b

Please sign in to comment.