Skip to content

Commit

Permalink
Version 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Oct 21, 2021
1 parent c16d630 commit e4f2866
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions remoc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "remoc"
version = "0.8.0-pre9"
version = "0.8.0"
authors = ["Sebastian Urban <[email protected]>", "ENQT GmbH <[email protected]>"]
readme = "README.md"
repository = "https://github.com/ENQT-GmbH/remoc/"
Expand Down Expand Up @@ -42,7 +42,7 @@ codec-message-pack = ["rmp-serde"]
default-codec-message-pack = ["codec-message-pack"]

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

futures = "0.3"
tokio = { version = "1.11", features = ["macros", "rt", "sync", "time"] }
Expand Down
2 changes: 1 addition & 1 deletion remoc_macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "remoc_macro"
version = "0.8.0-pre9"
version = "0.8.0"
authors = ["Sebastian Urban <[email protected]>", "ENQT GmbH <[email protected]>"]
readme = "README.md"
repository = "https://github.com/ENQT-GmbH/remoc/"
Expand Down

0 comments on commit e4f2866

Please sign in to comment.