Skip to content

Commit

Permalink
Bump AsyncExtensions (#216)
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
danvleju-rdx authored Sep 19, 2024
1 parent 752616f commit 7cc4f1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ let package = Package(
.package(url: "https://github.com/SwiftyJSON/SwiftyJSON", from: "5.0.2"),

// Multicast / Share of notifications in EventBus
.package(url: "https://github.com/sideeffect-io/AsyncExtensions", exact: "0.5.2"),
.package(url: "https://github.com/sideeffect-io/AsyncExtensions", exact: "0.5.3"),
],
targets: [
binaryTarget,
Expand Down
2 changes: 1 addition & 1 deletion crates/sargon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sargon"
version = "1.1.13"
version = "1.1.14"
edition = "2021"
build = "build.rs"

Expand Down

0 comments on commit 7cc4f1f

Please sign in to comment.