aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-03 14:57:47 -0700
committerFuwn <[email protected]>2024-06-03 14:57:47 -0700
commita6b766541ae58053ae705e0559d1a1ae8212634b (patch)
treeaeb55206e77679b2f5e1f47fae7f1bda5c6df5b9 /Cargo.toml
parentMerge pull request #153 from Whirlsplash/renovate/actions-checkout-3.x (diff)
downloadwhirl-old.tar.xz
whirl-old.zip
fix: bump rust and update accordinglyold
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]