Skip to content

Commit 445a0ac

Browse files
Merge pull request #44 from code0-tech/renovate/tucana-0.x
Update Rust crate tucana to 0.0.33
2 parents 9d2a4d9 + ba42518 commit 445a0ac

File tree

4 files changed

+79
-36
lines changed

4 files changed

+79
-36
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
${{ runner.os }}-cargo-
5151
5252
- name: Run clippy
53-
run: cargo clippy --all-targets --all-features -- -D warnings
53+
run: cargo clippy --all-targets --all-features
5454

5555
# Job 3: Build
5656
build:

Cargo.lock

Lines changed: 76 additions & 33 deletions
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
@@ -9,7 +9,7 @@ edition = "2024"
99
[workspace.dependencies]
1010
serde = "1.0.219"
1111
serde_json = "1.0.140"
12-
tucana = "0.0.32"
12+
tucana = "0.0.33"
1313
clap = "4.5.41"
1414
colored = "3.0"
1515
tabled = "0.20"

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "../README.md"
1010

1111
[dependencies]
1212
clap = { workspace = true, features = ["derive"] }
13-
code0-definition-reader = { version = "0.0.8" }
13+
code0-definition-reader = { path = "../reader/rust" }
1414
tucana = { workspace = true }
1515
colored = { workspace = true }
1616
tabled = { workspace = true }

0 commit comments

Comments
 (0)