Skip to content

Commit

Permalink
Bump to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Feb 25, 2025
1 parent 4a6b5ff commit 6c9c300
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ members = [
[workspace.package]

# Individual subcrates may choose to temporarily switch to a different version
version = "0.9.0"
version = "0.10.0"
# Applies to diplomat-core, diplomat, and diplomat-runtime
# Diplomat-tool has no MSRV for now
rust-version = "1.71"
Expand All @@ -28,7 +28,7 @@ categories = ["development-tools", "compilers"]
keywords = ["ffi", "codegen"]

[workspace.dependencies]
diplomat = { version = "0.9.0", path = "macro", default-features = false }
diplomat_core = { version = "0.9.0", path = "core", default-features = false }
diplomat-runtime = { version = "0.9.0", path = "runtime", default-features = false }
diplomat-tool = { version = "0.9.0", path = "tool", default-features = false }
diplomat = { version = "0.10.0", path = "macro", default-features = false }
diplomat_core = { version = "0.10.0", path = "core", default-features = false }
diplomat-runtime = { version = "0.10.0", path = "runtime", default-features = false }
diplomat-tool = { version = "0.10.0", path = "tool", default-features = false }

0 comments on commit 6c9c300

Please sign in to comment.