Skip to content

Commit e67de33

Browse files
committed
Update version for 0.4.0 release
1 parent 308332d commit e67de33

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "option-operations"
3-
version = "0.3.99"
3+
version = "0.4.0"
44
authors = ["François Laignel <[email protected]>"]
55
categories = ["rust-patterns", "no-std", "mathematics"]
66
description = "Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s."
@@ -10,8 +10,6 @@ readme = "README.md"
1010
repository = "https://github.com/fengalin/opt-operations"
1111
edition = "2018"
1212

13-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14-
1513
[features]
1614
default = ["std"]
1715

0 commit comments

Comments
 (0)