Skip to content

Commit cdace4a

Browse files
chore(deps): update tauri monorepo
1 parent b34c109 commit cdace4a

4 files changed

Lines changed: 31 additions & 30 deletions

File tree

Cargo.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[workspace]
22
resolver = "2"
33
members = [
4-
"crates/wire",
5-
"crates/devtools-core",
6-
"crates/devtools",
7-
"examples/*/src-tauri",
4+
"crates/wire",
5+
"crates/devtools-core",
6+
"crates/devtools",
7+
"examples/*/src-tauri",
88
]
99
exclude = ["crates/devtools-v1", "crates/devtools", "examples/tauri-v1"]
1010

1111
[workspace.package]
1212
authors = ["CrabNebula <hello@crabnebula.dev>"]
1313
edition = "2021"
14-
rust-version = "1.73.0"
14+
rust-version = "1.70.0"
1515
license = "MIT OR Apache-2.0"
1616
repository = "https://github.com/crabnebula-dev/devtools"
1717

crates/devtools-v1/Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/devtools-v1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["CrabNebula <hello@crabnebula.dev>"]
44
edition = "2021"
55
version = "0.3.1"
66
description = "CrabNebula devtools for Tauri: Inspect, monitor, and understand your application with ease."
7-
rust-version = "1.73.0"
7+
rust-version = "1.70.0"
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/crabnebula-dev/devtools"
1010

0 commit comments

Comments
 (0)