aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-03 14:57:47 +0000
committerFuwn <[email protected]>2024-06-03 14:57:47 +0000
commit3abe7df3fbc12a8df259f48c746f2b9344a5f33c (patch)
treeefec8803b8b65db8f56fafe884f879921091805a /Cargo.toml
parentMerge pull request #153 from Whirlsplash/renovate/actions-checkout-3.x (diff)
downloadwhirl-origin/old.tar.xz
whirl-origin/old.zip
fix: bump rust and update accordinglyorigin/oldold
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d1b621..e778fb1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,9 @@ members = [
"crates/whirl_api",
"crates/whirl_common",
"crates/whirl_config",
- "crates/whirl_db",
+ # "crates/whirl_db",
"crates/whirl_prompt",
- "crates/whirl_server"
+ "crates/whirl_server",
]
[profile.release]