Skip to content

Commit

Permalink
Merge pull request #7 from myelin-ai/fixes-after-release
Browse files Browse the repository at this point in the history
Fixes after release
  • Loading branch information
Ruben Schmidmeister authored Sep 15, 2018
2 parents 51355fb + 5d83679 commit fabb27c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
cargo-features = ["edition"]

[package]
name = "slablit"
description = "Literal for slab creation"
version = "0.2.0"
authors = ["Ruben Schmidmeister <[email protected]>"]
version = "0.2.1"
authors = [
"Ruben Schmidmeister <[email protected]>",
"Jeremy Stucki <[email protected]>",
]
license = "MIT/Apache-2.0"
readme = "readme.md"
repository = "https://github.com/myelin-ai/slablit"
Expand All @@ -14,6 +15,3 @@ edition = "2018"

[dependencies]
slab = "0.4"

[badges]
travis-ci = { repository = "myelin-ai/slablit", branch = "master" }
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Literal for slab creation
```toml
# Cargo.toml
[dependencies]
slablit = "0.2.0"
slablit = "0.2.1"
```

```rust
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! let (slab, [first_id, second_id, third_id]) = slab!["foo", "bar", "baz"];
//! ```
//!
//! ## With Trailing comma
//! ## With Trailing Comma
//!
//! ```
//! #![feature(decl_macro, macro_at_most_once_rep)]
Expand Down

0 comments on commit fabb27c

Please sign in to comment.