Skip to content

Commit 6dd5923

Browse files
author
tac0turtle
committed
Merge branch 'main' into damian/rust-lib
2 parents b461944 + 1493af5 commit 6dd5923

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/rust-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
clippy:
3333
name: Clippy
3434
runs-on: ubuntu-latest
35+
permissions:
36+
contents: read
3537
steps:
3638
- name: Checkout code
3739
uses: actions/checkout@v4

client/crates/rollkit-types/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
5151

5252
println!("cargo:rerun-if-changed={}", proto_root.display());
5353
Ok(())
54-
}
54+
}

client/crates/rollkit-types/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ pub mod v1 {
66
// Include the full version with gRPC services when the feature is enabled
77
#[cfg(feature = "grpc")]
88
include!("proto/rollkit.v1.services.rs");
9-
}
9+
}

0 commit comments

Comments
 (0)