Skip to content

Commit

Permalink
Merge pull request #200 from dschrempf/dependabot/cargo/rnix-0.12.0
Browse files Browse the repository at this point in the history
Bump rnix from 0.11.0 to 0.12.0
  • Loading branch information
dschrempf authored Jan 13, 2025
2 parents dc4b0a1 + 5e5b625 commit d6d6483
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix-script-directives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
anyhow = "1.0.95"
log = "0.4.22"
rnix = "0.11.0"
rnix = "0.12.0"
rowan = "0.15.16"
serde = { version = "1.0.217", features = [ "derive" ] }
2 changes: 1 addition & 1 deletion nix-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ walkdir = "2.5.0"

[dev-dependencies]
assert_cmd = "2.0.16"
rnix = "0.11.0"
rnix = "0.12.0"
tempfile = "3.15.0"

0 comments on commit d6d6483

Please sign in to comment.