Skip to content

Commit

Permalink
Merge pull request #8 from hgonomeg/master
Browse files Browse the repository at this point in the history
Upgrade actix version & Rust edition
  • Loading branch information
Diggsey committed Apr 30, 2022
2 parents 42d75fe + 6e377f8 commit a9b13c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "actix-interop"
version = "0.3.0"
version = "0.4.0"
authors = ["Diggory Blake <diggsey@googlemail.com>"]
edition = "2018"
edition = "2021"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/Diggsey/actix-interop"
Expand All @@ -13,7 +13,7 @@ keywords = ["actix", "async", "await", "context", "atomic"]
categories = ["asynchronous"]

[dependencies]
actix = "0.12.0"
actix = "0.13.0"
scoped-tls-hkt = "0.1.2"
pin-project = "1.0.8"
futures = "0.3.4"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ convenient way to control access to an actor's state.
```toml
# Cargo.toml
[dependencies]
actix-interop = "0.2"
actix-interop = "0.3"
```

# Example
Expand Down

0 comments on commit a9b13c2

Please sign in to comment.