Skip to content

Commit

Permalink
Merge pull request #68 from stackhpc/no-wildcard-deps
Browse files Browse the repository at this point in the history
No wildcard dependencies
  • Loading branch information
markgoddard authored Aug 3, 2023
2 parents 6c4ac93 + bd5e20a commit 7050228
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Build and publish a Docker image
name: Publish release
on:
release:
types: [published]
Expand Down
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "reductionist"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
# Due to AWS SDK.
rust-version = "1.66.1"
Expand Down Expand Up @@ -32,7 +32,7 @@ axum-server = { version = "0.4.7", features = ["tls-rustls"] }
clap = { version = "4.2", features = ["derive", "env"] }
expanduser = "1.2.2"
flate2 = "1.0"
http = "*"
http = "0.2"
hyper = { version = "0.14", features = ["full"] }
lazy_static = "1.4"
maligned = "0.2.1"
Expand All @@ -42,7 +42,7 @@ ndarray-stats = "0.5"
num-traits = "0.2.16"
prometheus = { version = "0.13", features = ["process"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "*"
serde_json = "1.0"
strum_macros = "0.24"
thiserror = "1.0"
tokio = { version = "1.28", features = ["full"] }
Expand Down

0 comments on commit 7050228

Please sign in to comment.