Skip to content

Commit

Permalink
Merge pull request #18882 from lnicola/publish-test-fixture
Browse files Browse the repository at this point in the history
minor: Fix `test-fixture` autopublishing
  • Loading branch information
lnicola authored Jan 8, 2025
2 parents 238ccb6 + 8eb5d3c commit f2a7136
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ span = { path = "./crates/span", version = "0.0.0" }
stdx = { path = "./crates/stdx", version = "0.0.0" }
syntax = { path = "./crates/syntax", version = "0.0.0" }
syntax-bridge = { path = "./crates/syntax-bridge", version = "0.0.0" }
test-fixture = { path = "./crates/test-fixture", version = "0.0.0" }
test-utils = { path = "./crates/test-utils", version = "0.0.0" }
toolchain = { path = "./crates/toolchain", version = "0.0.0" }
tt = { path = "./crates/tt", version = "0.0.0" }
Expand All @@ -93,9 +94,8 @@ ra-ap-rustc_abi = { version = "0.87", default-features = false }
ra-ap-rustc_pattern_analysis = { version = "0.87", default-features = false }

# local crates that aren't published to crates.io. These should not have versions.
test-fixture = { path = "./crates/test-fixture" }

# In-tree crates that are published separately and follow semver. See lib/README.md
# in-tree crates that are published separately and follow semver. See lib/README.md
line-index = { version = "0.1.2" }
la-arena = { version = "0.3.1" }
lsp-server = { version = "0.7.6" }
Expand Down
2 changes: 2 additions & 0 deletions crates/test-fixture/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
name = "test-fixture"
version = "0.0.0"
rust-version.workspace = true
description = "Test fixtures for rust-analyzer."

edition.workspace = true
license.workspace = true
authors.workspace = true
Expand Down

0 comments on commit f2a7136

Please sign in to comment.