Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
swlynch99 committed Aug 27, 2024
1 parent 36ef608 commit 868f384
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ members = ["crates/*", "examples"]
resolver = "2"

[workspace.package]
version = "0.3.7"
version = "0.3.8"
license = "Apache-2.0 OR MIT"
publish = ["iop-systems"]
repository = "https://github.com/iopsystems/durable"
homepage = "https://github.com/iopsystems/durable"


[workspace.dependencies]
durable = { version = "0.3.6", registry = "iop-systems", path = "crates/durable" }
durable-core = { version = "0.3.6", registry = "iop-systems", path = "crates/durable-core" }
durable-http = { version = "0.3.6", registry = "iop-systems", path = "crates/durable-http" }
durable-sqlx = { version = "0.3.6", registry = "iop-systems", path = "crates/durable-sqlx" }
durable = { version = "0.3.8", registry = "iop-systems", path = "crates/durable" }
durable-core = { version = "0.3.8", registry = "iop-systems", path = "crates/durable-core" }
durable-http = { version = "0.3.8", registry = "iop-systems", path = "crates/durable-http" }
durable-sqlx = { version = "0.3.8", registry = "iop-systems", path = "crates/durable-sqlx" }

durable-client = { version = "0.1.1", registry = "iop-systems", path = "crates/durable-client" }
durable-migrate = { version = "0.1.0", registry = "iop-systems", path = "crates/durable-migrate" }
Expand Down

0 comments on commit 868f384

Please sign in to comment.