Skip to content

Commit

Permalink
Update version for 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fengalin committed Oct 24, 2021
1 parent 308332d commit e67de33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "option-operations"
version = "0.3.99"
version = "0.4.0"
authors = ["François Laignel <[email protected]>"]
categories = ["rust-patterns", "no-std", "mathematics"]
description = "Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s."
Expand All @@ -10,8 +10,6 @@ readme = "README.md"
repository = "https://github.com/fengalin/opt-operations"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["std"]

Expand Down

0 comments on commit e67de33

Please sign in to comment.