Skip to content

Commit

Permalink
Updated README async
Browse files Browse the repository at this point in the history
  • Loading branch information
Emulator000 committed Sep 28, 2020
1 parent e41a18b commit a9023ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "simple-cache"
description = "A basic and simple Rust library async/await ready caching implementation for structures."
version = "0.1.3"
version = "0.1.4"
authors = ["Emulator000 <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ struct Object {

impl CacheItem for Object {}

#[tokio::main]
async fn main() {
let cache = Cache::new();
let object = Object {
Expand Down

0 comments on commit a9023ab

Please sign in to comment.