Skip to content

Commit

Permalink
Version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Aug 2, 2024
1 parent 721be30 commit bfd1248
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to Remoc will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.14.0 - 2024-07-xx
## 0.14.0 - 2024-08-02
### Added
- remote trait calling (RTC): generate ReqReceiver type for handling requests from
clients as messages
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.14.0-pre1"
version = "0.14.0"

edition = "2021"
rust-version = "1.72"
Expand Down
2 changes: 1 addition & 1 deletion remoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ full-codecs = [


[dependencies]
remoc_macro = { version = "=0.14.0-pre1", path = "../remoc_macro", optional = true }
remoc_macro = { version = "=0.14.0", path = "../remoc_macro", optional = true }

futures = "0.3"
tokio = { version = "1.34", features = ["macros", "rt", "sync", "time"] }
Expand Down

0 comments on commit bfd1248

Please sign in to comment.