Skip to content

Commit

Permalink
Publish eyeball-im 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Nov 11, 2024
1 parent e218ce8 commit f64132e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eyeball-im-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ all-features = true

[dependencies]
arrayvec = "0.7.4"
eyeball-im = { version = "0.5.0", path = "../eyeball-im" }
eyeball-im = { version = "0.5.1", path = "../eyeball-im" }
futures-core.workspace = true
imbl = "3.0.0"
pin-project-lite = "0.2.9"
Expand Down
4 changes: 4 additions & 0 deletions eyeball-im/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.5.1

- Remove `Send` and `Sync` constraints for `VectorSubscriber`

# 0.5.0

- Upgrade `imbl` dependency to version 3
Expand Down
2 changes: 1 addition & 1 deletion eyeball-im/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eyeball-im"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
rust-version = "1.64.0"
description = "Observable collections based on the `im` crate."
Expand Down

0 comments on commit f64132e

Please sign in to comment.