Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed Mar 5, 2021
1 parent 33f913a commit 5d3a116
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pulsar"
version = "1.1.0"
version = "2.0.0"
edition = "2018"
authors = [
"Colin Stearns <cstearns@developers.wyyerd.com>",
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ Features:
Cargo.toml
```toml
futures = "0.3"
pulsar = "1.0"
tokio = "0.2"
pulsar = "2.0"
tokio = "1.0"
```

#### Producing
```rust
use serde::{Serialize, Deserialize};
Expand Down

0 comments on commit 5d3a116

Please sign in to comment.