Skip to content

Commit ed981ea

Browse files
bump version numbers
1 parent 453e887 commit ed981ea

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ exclude = ["external", "target", "assets", "scripts"]
2020
resolver = "2"
2121

2222
[workspace.package]
23-
version = "0.3.3"
23+
version = "0.3.4"
2424
edition = "2024"
2525
authors = [
2626
"Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com>",
@@ -157,10 +157,10 @@ opentelemetry-otlp = { version = "0.28.0", features = ["grpc-tonic"] }
157157
tracing-flame = "0.2.0"
158158

159159
# MECOMP packages
160-
mecomp-analysis = { path = "analysis", version = "=0.3.3" }
161-
mecomp-core = { path = "core", default-features = false, version = "=0.3.3" }
162-
mecomp-daemon = { path = "daemon", version = "=0.3.3" }
163-
mecomp-storage = { path = "storage", default-features = false, version = "=0.3.3" }
160+
mecomp-analysis = { path = "analysis", version = "=0.3.4" }
161+
mecomp-core = { path = "core", default-features = false, version = "=0.3.4" }
162+
mecomp-daemon = { path = "daemon", version = "=0.3.4" }
163+
mecomp-storage = { path = "storage", default-features = false, version = "=0.3.4" }
164164
surrealqlx = { path = "surrealqlx/lib", version = "=0.1.3" }
165165
surrealqlx-macros = { path = "surrealqlx/macros", version = "=0.1.3" }
166166
surrealqlx-macros-impl = { path = "surrealqlx/macros-impl", version = "=0.1.3" }

0 commit comments

Comments
 (0)