Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhz88 committed Feb 13, 2021
1 parent f54b28e commit bda5086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corundum"
version = "0.2.2"
version = "0.3.1"
authors = ["Morteza Hoseinzadeh <[email protected]>", "Steven Swanson <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies section:

```toml
[dependencies]
corundum = "0.2.2"
corundum = "0.3.1"
```

Or
Expand All @@ -73,7 +73,7 @@ If you wish to enable a feature like `pin_journals`, please add it to the

```toml
[dependencies]
corundum = { version="0.2.2", features=["pin_journals", "no_pthread"] }
corundum = { version="0.3.1", features=["pin_journals", "no_pthread"] }
```

### Memory Pools
Expand Down

0 comments on commit bda5086

Please sign in to comment.