diff options
| author | Fuwn <[email protected]> | 2024-06-03 14:57:47 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-03 14:57:47 +0000 |
| commit | 3abe7df3fbc12a8df259f48c746f2b9344a5f33c (patch) | |
| tree | efec8803b8b65db8f56fafe884f879921091805a /Cargo.toml | |
| parent | Merge pull request #153 from Whirlsplash/renovate/actions-checkout-3.x (diff) | |
| download | whirl-origin/old.tar.xz whirl-origin/old.zip | |
fix: bump rust and update accordinglyorigin/oldold
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |