Skip to content

Commit 0c9556d

Browse files
committed
(cargo-release) start next development iteration 0.1.1-alpha.0
1 parent 4ad113c commit 0c9556d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-redis-session"
3-
version = "0.1.0"
3+
version = "0.1.1-alpha.0"
44
authors = ["Jacob Rothstein <[email protected]>"]
55
edition = "2018"
66
description = "redis session store for async-session"

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# async-redis-session
22
## redis-backed session store for [async-session](https://github.com/http-rs/async-session)
33

4-
## ⚠️ Note: This crate is not yet published ⚠️
5-
So most of the links in this readme will not work yet. Check out the
6-
status of https://github.com/http-rs/async-session/pull/2 for the
7-
latest
8-
94
* [CI ![CI][ci-badge]][ci]
105
* [API Docs][docs] [![docs.rs docs][docs-badge]][docs]
116
* [Releases][releases] [![crates.io version][version-badge]][lib-rs]

0 commit comments

Comments
 (0)