summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2024-01-15 06:01:04 -0500
committerGitHub <noreply@github.com>2024-01-15 06:01:04 -0500
commit7be98344e9dc55912bf8b4f6321640999cf850eb (patch)
tree2582088cf9a80874c4d2c717a559103781173800 /Cargo.toml
parentf760ce10808f5e1b21ed8ca8cd764c7404d6e67a (diff)
ci: clean up some jobs in CI; bump Rust-related actions (#1388)
* ci: clean up some jobs in CI; bump Rust-related actions * also update codecov * rearrange * comments
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c8780c1f..48e71506 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ exclude = [
"Cross.toml",
"rustfmt.toml",
]
-rust-version = "1.70.0"
+rust-version = "1.70.0" # The oldest version I've tested that should still build bottom - note this is not an MSRV!
[[bin]]
name = "btm"