Skip to content
Snippets Groups Projects
Commit 6504f785 authored by insert's avatar insert
Browse files

Prepare to merge back into master.

parent 11ce7c9e
No related merge requests found
......@@ -1885,7 +1885,7 @@ dependencies = [
[[package]]
name = "revolt"
version = "0.2.3"
version = "0.2.5"
dependencies = [
"bcrypt",
"bitfield",
......
[package]
name = "revolt"
version = "0.2.3"
version = "0.2.5"
authors = ["Paul Makles <paulmakles@gmail.com>"]
edition = "2018"
......
......@@ -6,7 +6,7 @@ use mongodb::bson::doc;
#[get("/")]
pub fn root() -> Response {
Response::Success(json!({
"revolt": "0.2.3"
"revolt": "0.2.5"
}))
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment