Skip to content

Commit

Permalink
Version 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Jan 17, 2022
1 parent bb515be commit d32069f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.9.11 - 2022-01-17
### Added
- conversions between remote channel receive errors
- error message when trying to use lifetimes or function generics in a remote trait

## 0.9.10 - 2022-01-03
### Added
- Cbor codec using ciborium, contributed by baptiste0928
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Copyright 2020-2021 ENQT GmbH <info@enqt.de>
Copyright 2021-2022 Sebastian Urban <surban@surban.net>
Copyright 2021-2022 remoc contributors (see CONTRIBUTORS file)
Copyright 2021-2022 Remoc contributors (see CONTRIBUTORS file)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions remoc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "remoc"
version = "0.9.10"
authors = ["Sebastian Urban <surban@surban.net>", "ENQT GmbH <su@enqt.de>", "remoc contributors"]
version = "0.9.11"
authors = ["Sebastian Urban <surban@surban.net>", "ENQT GmbH <su@enqt.de>", "Remoc contributors"]
readme = "README.md"
repository = "https://github.com/ENQT-GmbH/remoc/"
documentation = "https://docs.rs/remoc"
Expand Down Expand Up @@ -36,7 +36,7 @@ default-codec-message-pack = ["codec-message-pack", "default-codec-set"]
full-codecs = ["codec-bincode", "codec-cbor", "codec-ciborium", "codec-json", "codec-message-pack"]

[dependencies]
remoc_macro = { version = "=0.9.10", path = "../remoc_macro", optional = true }
remoc_macro = { version = "=0.9.11", path = "../remoc_macro", optional = true }

futures = "0.3"
tokio = { version = "1.13", features = ["macros", "rt", "sync", "time"] }
Expand Down
6 changes: 3 additions & 3 deletions remoc_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "remoc_macro"
version = "0.9.10"
authors = ["Sebastian Urban <surban@surban.net>", "ENQT GmbH <su@enqt.de>", "remoc contributors"]
version = "0.9.11"
authors = ["Sebastian Urban <surban@surban.net>", "ENQT GmbH <su@enqt.de>", "Remoc contributors"]
readme = "README.md"
repository = "https://github.com/ENQT-GmbH/remoc/"
edition = "2018"
rust-version = "1.51"
description = "Procedural macros for remoc"
description = "Procedural macros for Remoc"
license = "Apache-2.0"


Expand Down

0 comments on commit d32069f

Please sign in to comment.