Skip to content

Commit 47d0a92

Browse files
committed
Use the stable toolchain
There is no need for nightly anymore*, and using stable will save at aleast 1GB of space to store the nightly toolchain, and safe about 20s that it takes to download and install it. Of course, this also makes working on the project easier. Let's be sure we set our minimal required version though. *The need for it on Windows was fixed with the `file-id` crate and a patch to it which hopefully soon will be merged.
1 parent 850f2f9 commit 47d0a92

File tree

68 files changed

+106
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+106
-70
lines changed

Cargo.lock

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

crates/but-action/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2024"
55
authors = ["GitButler <[email protected]>"]
66
publish = false
7-
7+
rust-version = "1.89"
88
[lib]
99
doctest = false
1010
test = false

crates/but-api-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2024"
55
authors = ["GitButler <[email protected]>"]
66
publish = false
7-
7+
rust-version = "1.89"
88
[lib]
99
proc-macro = true
1010

crates/but-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "A GitButler CLI tool"
88
authors = ["GitButler <[email protected]>"]
99
readme = "../../README.md"
1010
publish = false
11-
11+
rust-version = "1.89"
1212
[features]
1313

1414
[dependencies]

crates/but-bot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55
authors = ["GitButler <[email protected]>"]
66
publish = false
7-
7+
rust-version = "1.89"
88
[lib]
99
doctest = false
1010
test = false

crates/but-broadcaster/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2024"
55
authors = ["GitButler <[email protected]>"]
66
publish = false
7-
7+
rust-version = "1.89"
88
[dependencies]
99
tokio = { workspace = true, features = ["full"] }
1010
serde.workspace = true

crates/but-claude/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2024"
55
authors = ["GitButler <[email protected]>"]
66
publish = false
7-
7+
rust-version = "1.89"
88
[dependencies]
99
anyhow = "1.0.100"
1010
serde.workspace = true

crates/but-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2024"
55
authors = ["GitButler <[email protected]>"]
66
publish = false
7-
7+
rust-version = "1.89"
88
[lib]
99
doctest = false
1010

crates/but-cursor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2024"
55
authors = ["GitButler <[email protected]>"]
66
publish = false
7-
7+
rust-version = "1.89"
88
[dependencies]
99
anyhow.workspace = true
1010
serde.workspace = true

crates/but-db/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.0.0"
44
edition = "2024"
55
authors = ["GitButler <[email protected]>"]
66
publish = false
7-
7+
rust-version = "1.89"
88
[lib]
99
doctest = false
1010
test = false

0 commit comments

Comments
 (0)