Skip to content

Commit

Permalink
ptex v0.4.0-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Apr 29, 2024
1 parent 41b7494 commit d077e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ptex"
version = "0.3.0"
version = "0.4.0-beta0"
edition = "2021"
description = "High-level Ptex bindings over ptex-sys"
documentation = "https://docs.rs/ptex"
Expand All @@ -18,7 +18,7 @@ members = ["ptex-sys"]
[dependencies]
cxx = { version = "1.0", features = ["c++17"] }
half = "2.4.0"
ptex-sys = {path = "ptex-sys", version = "0.3.0"}
ptex-sys = {path = "ptex-sys", version = "0.4.0-beta0"}
thiserror = "1.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ptex-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ptex-sys"
version = "0.3.0"
version = "0.4.0-beta0"
edition = "2021"
description = "Rust sys bindings for Ptex https://github.com/wdas/ptex"
documentation = "https://docs.rs/ptex-sys"
Expand Down

0 comments on commit d077e9b

Please sign in to comment.