Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump various libs
Browse files Browse the repository at this point in the history
Some fixes have gone in so we want to bump the versions for push to
crates.io
TroyKomodo committed Dec 8, 2024
1 parent e86f8b3 commit 0bbbe31
Showing 5 changed files with 7 additions and 7 deletions.
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.

4 changes: 2 additions & 2 deletions apps/image-processor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -51,10 +51,10 @@ opentelemetry_sdk = { version = "0.27", features = ["rt-tokio"] }
scuffle-bootstrap = { version = "0.0.1", path = "../../crates/bootstrap" }
scuffle-bootstrap-telemetry = { version = "0.0.2", path = "../../crates/bootstrap/telemetry", features = ["prometheus", "opentelemetry-metrics", "opentelemetry-logs", "opentelemetry-traces"] }
scuffle-ffmpeg = { version = "0.0.1", path = "../../crates/ffmpeg", features = ["tracing"] }
scuffle-http = { version = "0.0.2", path = "../../crates/http", features = ["axum"]}
scuffle-http = { version = "0.0.3", path = "../../crates/http", features = ["axum"]}
scuffle-context = { version = "0.0.1", path = "../../crates/context" }
scuffle-signal = { version = "0.0.1", path = "../../crates/signal", features = ["bootstrap"] }
scuffle-image-processor-proto = { version = "0.0.1", path = "./proto", features = ["server", "serde"]}
scuffle-metrics = { version = "0.0.3", path = "../../crates/metrics" }
scuffle-metrics = { version = "0.0.4", path = "../../crates/metrics" }
scuffle-settings = { version = "0.0.1", path = "../../crates/settings", features = ["full"] }
scuffle-workspace-hack.workspace = true
2 changes: 1 addition & 1 deletion crates/bootstrap/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ tracing-opentelemetry = { version = "0.28.0", optional = true }

scuffle-bootstrap = { version = "0.0.1", path = ".." }
scuffle-context = { version = "0.0.1", path = "../../context" }
scuffle-http = { version = "0.0.2", path = "../../http" }
scuffle-http = { version = "0.0.3", path = "../../http" }
scuffle-pprof = { version = "0.0.1", path = "../../pprof", optional = true }
scuffle-workspace-hack.workspace = true

2 changes: 1 addition & 1 deletion crates/http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scuffle-http"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
repository = "https://github.com/scufflecloud/scuffle"
authors = ["Scuffle <opensource@scuffle.cloud>"]
2 changes: 1 addition & 1 deletion crates/metrics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scuffle-metrics"
version = "0.0.3"
version = "0.0.4"
edition = "2021"
repository = "https://github.com/scufflecloud/scuffle"
authors = ["Scuffle <opensource@scuffle.cloud>"]

0 comments on commit 0bbbe31

Please sign in to comment.