Skip to content

Commit

Permalink
test: update fixtures
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 17, 2024
1 parent 98f5d4b commit 12787ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/fixtures/workspaces_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
toml_edit = "0.19.9"

[dependencies]
toml_edit.workspace = true
toml_edit = { workspace = true }
2 changes: 1 addition & 1 deletion tests/fixtures/workspaces_test/Cargo.toml.edit.fixture
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ edition = "2021"
toml_edit = "0.19.9"

[dependencies]
toml_edit.workspace = true
toml_edit = { workspace = true }
2 changes: 1 addition & 1 deletion tests/fixtures/workspaces_test/Cargo.toml.undo.fixture
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
toml_edit = "0.19.9"

[dependencies]
toml_edit.workspace = true
toml_edit = { workspace = true }

0 comments on commit 12787ff

Please sign in to comment.