Skip to content

Commit

Permalink
Update rmf_workcell_editor/Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Grey <[email protected]>
  • Loading branch information
luca-della-vedova and mxgrey authored Jan 6, 2025
1 parent 61a0370 commit d5a413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rmf_workcell_editor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ bevy = { version = "0.12", features = ["pnm", "jpeg", "tga"] }
thiserror = "*"
rmf_workcell_format = { path = "../rmf_workcell_format", features = ["bevy_support"] }
# rmf_site_editor = { git = "https://github.com/open-rmf/rmf_site", rev = "fe86373"}
rmf_site_editor = { git = "https://github.com/open-rmf/rmf_site", branch = "luca/private_run_js", default-features = false}
rmf_site_editor = { git = "https://github.com/open-rmf/rmf_site", tag = "v0.0.1", default-features = false}
urdf-rs = "0.7"
yaserde = "0.7"
tera = "1.19.1"
Expand Down

0 comments on commit d5a413f

Please sign in to comment.