Skip to content

Commit

Permalink
fixup! all: deps in workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
fooker committed Oct 14, 2024
1 parent 642d27c commit 33a76d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/main.rs"

[dependencies]
photonic = { workspace = true }
photonic-dynamic = { workspace = true, optional = true }
photonic-dynamic = { workspace = true }
photonic-effects = { path = "../../effects", features = ["dynamic"] }
photonic-output-terminal = { path = "../../output-terminal", features = ["dynamic"] }
photonic-output-null = { path = "../../output-null", features = ["dynamic"] }
Expand Down

0 comments on commit 33a76d8

Please sign in to comment.