Skip to content

Commit 09a95d0

Browse files
author
Symbiont OSS Sync
committed
add additional workflow fixes
1 parent 65d53e7 commit 09a95d0

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ members = [
3434
"crates/repl-lsp"
3535
]
3636

37+
[workspace.package]
38+
rust-version = "1.70"
39+
3740
[dependencies]
3841
clap = { version = "4.0", features = ["derive"] }
3942
tokio = { version = "1.0", features = ["full"] }

src/main.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![allow(clippy::multiple_crate_versions)]
2+
13
use clap::{Arg, Command};
24

35
const VERSION: &str = env!("CARGO_PKG_VERSION");

0 commit comments

Comments
 (0)