Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lord committed Sep 26, 2020
1 parent 71f0e95 commit b495f98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
11 changes: 1 addition & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anchors"
version = "0.2.0"
version = "0.4.0"
authors = ["Robert Lord <[email protected]>"]
edition = "2018"
description = "async incremental computations"
Expand All @@ -21,12 +21,3 @@ criterion = "0.3"
[[bench]]
name = "benchmarks"
harness = false

[profile.release]
debug = true

[[bin]]
name = "linear_recalc"
test = false
bench = false

27 changes: 0 additions & 27 deletions src/bin/linear_recalc.rs

This file was deleted.

0 comments on commit b495f98

Please sign in to comment.