Skip to content

Commit 848614b

Browse files
committed
Changed version to v1.0.0
1 parent 55fa48c commit 848614b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple_graph_algorithms"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
authors = ["Louis H."]
66
description = "A library with the goal of making running graph algorithms as easy as possible."
@@ -13,7 +13,6 @@ readme = "README.md"
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[features]
16-
default = ["from_instruction", "serde"] #TODO remove before release
1716
from_instruction = []
1817
serde = ["dep:serde"]
1918

@@ -25,4 +24,4 @@ criterion = { version = "0.4", features = ["html_reports"] }
2524

2625
[[bench]]
2726
name = "algorithm_benchmark"
28-
harness = false
27+
harness = false

0 commit comments

Comments
 (0)