Skip to content

Commit

Permalink
Revert "sigh"
Browse files Browse the repository at this point in the history
This reverts commit 4bfdb4d.
  • Loading branch information
MarkSuckerberg committed Jul 1, 2023
1 parent 4bfdb4d commit d497b0d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
14 changes: 13 additions & 1 deletion Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [

[package]
name = "auxmos"
version = "1.2.2"
version = "1.2.0"
authors = ["Putnam <[email protected]>"]
edition = "2021"

Expand Down Expand Up @@ -36,23 +36,23 @@ crate-type = ["cdylib"]
auxtools = { git = "https://github.com/willox/auxtools"}
auxcallback = { path = "./crates/auxcallback" }
auxcleanup = { path = "./crates/auxcleanup", optional = true}
itertools = "0.10.3"
rayon = "1.5.1"
itertools = "0.10.5"
rayon = "1.6.1"
float-ord = "0.3.2"
crossbeam = "0.8.1"
flume = "0.10.11"
parking_lot = "0.12.0"
flume = "0.10.14"
parking_lot = "0.12.1"
fxhash = "0.2.1"
nonmax = "0.5.0"
ahash = "0.7.6"
nonmax = "0.5.3"
ahash = "0.8.3"
lazy_static = "1.4.0"
indexmap = { version = "1.8.0", features = ["rayon"] }
dashmap = { version = "5.2.0", features = ["rayon"] }
indexmap = { version = "1.9.2", features = ["rayon"] }
dashmap = { version = "5.4.0", features = ["rayon"] }
atomic_float = "0.1.0"

[dependencies.tinyvec]
version = "1.5.1"
features = ["rustc_1_55", "alloc"]
version = "1.6.0"
features = ["rustc_1_57", "alloc"]

[profile.release]
lto = 'fat'
Expand Down

0 comments on commit d497b0d

Please sign in to comment.