Skip to content

Commit

Permalink
use pnpm workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 26, 2024
1 parent 4214b31 commit a86b9ea
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 38 deletions.
File renamed without changes.
62 changes: 31 additions & 31 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 lib/fast-cjson/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serde = "1.0.215"
sonic-rs = { workspace = true }

[dev-dependencies]
divan = "0.1.15"
divan = "0.1.16"
mimalloc = "0.1.43"
olpc-cjson = "0.1.4"
proptest = { version = "1.5.0", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/http-signatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tick-tock-mock = { workspace = true }
tracing = { version = "0.1.40", default-features = false, optional = true }

[dev-dependencies]
divan = "0.1.15"
divan = "0.1.16"
tokio = { workspace = true, features = ["macros", "rt"] }

[features]
Expand Down
2 changes: 1 addition & 1 deletion lib/masto-id-convert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nanorand = { version = "0.7.0", default-features = false, features = [
uuid = { version = "1.11.0", default-features = false }

[dev-dependencies]
divan = "0.1.15"
divan = "0.1.16"
time = "0.3.36"
uuid = { version = "1.11.0", features = ["v7"] }

Expand Down
2 changes: 1 addition & 1 deletion lib/post-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ harness = false
logos = "0.14.2"

[dev-dependencies]
divan = "0.1.15"
divan = "0.1.16"
futures-executor = "0.3.31"
insta = { version = "1.41.1", features = ["glob"] }
pretty_assertions = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion lib/tick-tock-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ harness = false
[dependencies]

[dev-dependencies]
divan = "0.1.15"
divan = "0.1.16"

[lints]
workspace = true
3 changes: 3 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
packages:
- kitsune-fe/
- website/
2 changes: 0 additions & 2 deletions website/.npmrc

This file was deleted.

0 comments on commit a86b9ea

Please sign in to comment.