Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/notify-8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanpailes authored Jan 24, 2025
2 parents df21776 + b99a1af commit 0401c4e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# use MSRV aware resolver
[resolver]
incompatible-rust-versions = "fallback"
4 changes: 2 additions & 2 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@

shpool (0.8.1) unstable; urgency=low

Fixed

* reduce deadlock potential in shell->client

-- Shpool Authors <[email protected]> Wed, 22 Jan 2025 16:54:09 +0000

shpool (0.8.0) unstable; urgency=low

Fixed
Expand Down
2 changes: 1 addition & 1 deletion libshpool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libshpool"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
repository = "https://github.com/shell-pool/shpool"
authors = ["Ethan Pailes <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions shpool/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shpool"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
authors = ["Ethan Pailes <[email protected]>"]
repository = "https://github.com/shell-pool/shpool"
Expand All @@ -18,7 +18,7 @@ rust-version = "1.74"
[dependencies]
clap = { version = "4", features = ["derive"] } # cli parsing
anyhow = "1" # dynamic, unstructured errors
libshpool = { version = "0.8.0", path = "../libshpool" }
libshpool = { version = "0.8.1", path = "../libshpool" }

[dev-dependencies]
lazy_static = "1" # globals
Expand Down

0 comments on commit 0401c4e

Please sign in to comment.