Skip to content

Commit

Permalink
build: prepare release v0.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
jueseitz committed Nov 25, 2024
1 parent cfa516d commit 6da8144
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
40 changes: 20 additions & 20 deletions Cargo.lock

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

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[workspace.package]
edition = "2021"
version = "0.0.38"
version = "0.0.39"
rust-version = "1.81.0"
authors = ["Jürgen Seitz <[email protected]>"]
license = "MIT"
Expand Down Expand Up @@ -60,21 +60,21 @@ hex = "0.4.3"
serde_with = "3.11.0"
sea-orm = { version = "1.1.1", default-features = false, features = [ "sqlx-postgres" ] }

qm-entity = { path = "crates/entity", version = "0.0.38" }
qm-entity-derive = { path = "crates/entity-derive", version = "0.0.38" }
qm-customer = { path = "crates/customer", version = "0.0.38" }
qm-server = { path = "crates/server", version = "0.0.38" }
qm-mongodb = { path = "crates/mongodb", version = "0.0.38" }
qm-pg = { path = "crates/pg", version = "0.0.38" }
qm-redis = { path = "crates/redis", version = "0.0.38" }
qm-s3 = { path = "crates/s3", version = "0.0.38" }
qm-kafka = { path = "crates/kafka", version = "0.0.38" }
qm-keycloak = { path = "crates/keycloak", version = "0.0.38" }
qm-role = { path = "crates/role", version = "0.0.38" }
qm-role-build = { path = "crates/role-build", version = "0.0.38" }
qm-utils = { path = "crates/utils", version = "0.0.38" }
qm-utils-derive = { path = "crates/utils-derive", version = "0.0.38" }
qm = { path = ".", default-features = false, version = "0.0.38" }
qm-entity = { path = "crates/entity", version = "0.0.39" }
qm-entity-derive = { path = "crates/entity-derive", version = "0.0.39" }
qm-customer = { path = "crates/customer", version = "0.0.39" }
qm-server = { path = "crates/server", version = "0.0.39" }
qm-mongodb = { path = "crates/mongodb", version = "0.0.39" }
qm-pg = { path = "crates/pg", version = "0.0.39" }
qm-redis = { path = "crates/redis", version = "0.0.39" }
qm-s3 = { path = "crates/s3", version = "0.0.39" }
qm-kafka = { path = "crates/kafka", version = "0.0.39" }
qm-keycloak = { path = "crates/keycloak", version = "0.0.39" }
qm-role = { path = "crates/role", version = "0.0.39" }
qm-role-build = { path = "crates/role-build", version = "0.0.39" }
qm-utils = { path = "crates/utils", version = "0.0.39" }
qm-utils-derive = { path = "crates/utils-derive", version = "0.0.39" }
qm = { path = ".", default-features = false, version = "0.0.39" }


[package]
Expand Down

0 comments on commit 6da8144

Please sign in to comment.