Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkue committed Aug 18, 2024
1 parent 8895791 commit 2d0af08
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion backend/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ serde = {version = "1.0.192" , features = ["derive"]}
serde_json = "1.0.108"
serde_with = "3.8.1"
ts-rs = { version = "8.1", features = ["serde-compat","chrono-impl"] }
process_mining = {path = "../../../rust-bridge-process-mining/process_mining/"}
process_mining = "0.3.14"
rayon = "1.8.0"
itertools = "0.11.0"
chrono = "0.4.33"
Expand Down
2 changes: 1 addition & 1 deletion backend/web-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ axum = "0.6.20"
tokio = { version = "1", features = ["full"] }
serde = {version = "1.0.192" , features = ["derive"]}
serde_json = "1.0.108"
process_mining = {path = "../../../rust-bridge-process-mining/process_mining/"}
process_mining = "0.3.14"
ocedeclare-shared = {path = "../shared"}
tower-http = { version = "0.4.3", features = ["cors"] }
rayon = "1.8.0"
Expand Down
2 changes: 1 addition & 1 deletion tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
# tauri = { version = "1.6.1", features = ["dialog-open"] }
tauri = { version = "1.6.1", features = ["dialog-open", "devtools"] }
process_mining = {path = "../../../rust-bridge-process-mining/process_mining/"}
process_mining = "0.3.14"
ocedeclare-shared = {path = "../../backend/shared"}


Expand Down
2 changes: 1 addition & 1 deletion tauri/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "ocedeclare-tauri",
"version": "0.3.0"
"version": "0.3.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 2d0af08

Please sign in to comment.