Skip to content

Commit 7b9a7f0

Browse files
committed
Cleanup client package and domain wrappers, update for MacOS 15+
Signed-off-by: Andrew Stein <[email protected]>
1 parent 046a0ac commit 7b9a7f0

File tree

38 files changed

+1069
-1437
lines changed

38 files changed

+1069
-1437
lines changed

.cargo/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ rustflags = ["-C", "target-feature=+crt-static", "--cfg=web_sys_unstable_apis"]
2222
[future-incompat-report]
2323
frequency = 'never'
2424

25-
# TODO this is required to synth public releases on GH Actions
25+
# TODO This is required to synth public releases on GH Actions, which doesn't
26+
# use the root `Cargo.toml`.
2627
[patch.crates-io]
2728
perspective-client = { path = "rust/perspective-client" }
2829
perspective-server = { path = "rust/perspective-server" }
@@ -33,7 +34,6 @@ perspective = { path = "rust/perspective" }
3334

3435
[unstable]
3536
bindeps = true
36-
package-workspace = true
3737

3838
[term]
3939
quiet = false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,4 @@ docs/static/node
6464
docs/static/browser
6565
docs/static/viewer
6666
docs/static/react
67+
rust/perspective-server/build

0 commit comments

Comments
 (0)