Skip to content

Commit

Permalink
Merge branch 'main' into compilation_improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Bennett-Petzold committed Jun 27, 2024
2 parents 2acc967 + ed53a66 commit 791bb80
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 26 deletions.
143 changes: 120 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ futures = { version = "0.3.30", default-features = false, features = ["std"] }#
toml = "0.8.14" # Configuration file
serde = { version = "1.0.203", features = ["derive"] } # Config serial handling
bytes = "1.6.0" # Byte buffering
uuid = { version = "1.8.0", features = ["v4", "fast-rng"] } # Unique IDs
uuid = { version = "1.9.0", features = ["v4", "fast-rng"] } # Unique IDs
graphviz-rust = { version = "0.9.0", optional = true } # Drawing graphs
paste = { version = "1.0.15", optional = true } # Concat identifiers
chrono = "0.4.38"
reqwest = { version = "0.12.3", optional = true } # Downloading godot sim

[build-dependencies]
quote = { version = "1.0.36", optional = true }
syn = { version = "2.0.66", features = ["full", "fold"], optional = true }
proc-macro2 = { version = "1.0.85", optional = true }
syn = { version = "2.0.68", features = ["full", "fold"], optional = true }
proc-macro2 = { version = "1.0.86", optional = true }
cc = { version = "1.0.99", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 791bb80

Please sign in to comment.