Skip to content

Commit a3b2944

Browse files
authored
Merge pull request #24 from silicon-heaven/ci-fix-permissions
CI: Fix permissions
2 parents 534d43c + 94a8fa9 commit a3b2944

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
permissions:
2020
# For syyyr/rust-pycobertura-action
2121
pull-requests: write
22+
contents: write
2223

2324
jobs:
2425
build:

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "shvcall"
33
description = "CLI utility to invoke remote SHV RPC calls"
44
license = "MIT"
55
repository = "https://github.com/silicon-heaven/shvcall-rs"
6-
version = "3.9.4"
6+
version = "3.9.5"
77
edition = "2024"
88

99
[[bin]]

0 commit comments

Comments
 (0)