Skip to content
Snippets Groups Projects
Commit ef86ea7d authored by karroffel's avatar karroffel :crab:
Browse files

prepare for 0.2.1

parent da3fb351
No related branches found
No related tags found
No related merge requests found
Pipeline #65164165 passed
[package]
name = "contracts"
version = "0.2.0"
version = "0.2.1"
authors = ["karroffel <therzog@mail.de>"]
edition = "2018"
repository = "https://gitlab.com/karroffel/contracts"
license = "MPL-2.0"
readme = "README.md"
categories = [
"development-tools",
]
keywords = [
"design-by-contract",
"contract-programming",
"precondition",
......
......@@ -71,7 +71,7 @@ To install the latest version, add `contracts` to the dependency section of the
```
[dependencies]
contracts = "0.2.0"
contracts = "0.2.1"
```
To then bring all procedural macros into scope, you can add `use contracts::*;` in all files you plan
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment