Skip to content

Commit

Permalink
rust-fsm: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-babichenko committed Jun 1, 2024
1 parent cc0940c commit fe3a8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-fsm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dsl = ["rust-fsm-dsl"]
diagram = ["aquamarine", "rust-fsm-dsl/diagram"]

[dependencies]
aquamarine = { version = "*", optional = true }
aquamarine = { version = "0.5", optional = true }
rust-fsm-dsl = { path = "../rust-fsm-dsl", version = "0.7.0", optional = true }

[profile.dev]
Expand Down

0 comments on commit fe3a8a6

Please sign in to comment.