Skip to content

Commit

Permalink
use the index
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Dec 14, 2023
1 parent fdbc175 commit 7854a9e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 28 deletions.
49 changes: 25 additions & 24 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ crate-type = ["cdylib"]

[dependencies]
auxcallback = { path = "./crates/auxcallback" }
byondapi = { git = "https://github.com/jupyterkat/byondapi-rs", package = "byondapi" }
byondapi-binds = { path = "./crates/byondapi-binds" }
byondapi = "0.3.0"
itertools = "0.12.0"
rayon = "1.8.0"
float-ord = "0.3.2"
Expand All @@ -57,7 +57,7 @@ bitflags = "2.4.1"
nom = "7.1.3"
coarsetime = "0.1.33"
mimalloc = { version = "0.1.39", default-features = false }
eyre = "0.6.9"
eyre = "0.6.11"

[dependencies.tinyvec]
version = "1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/auxcallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ crate-type = ["lib"]
[dependencies]
flume = "0.11.0"
coarsetime = "0.1.33"
byondapi = { git = "https://github.com/jupyterkat/byondapi-rs", package = "byondapi" }
eyre = "0.6.9"
byondapi = "0.3.0"
eyre = "0.6.11"

0 comments on commit 7854a9e

Please sign in to comment.