From 19b48d8506d448cb93f400be058f675193134f08 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Wed, 18 Oct 2017 15:23:27 +0100 Subject: [PATCH] Fix metadata --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0511d6d..20be2d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "swerve" -version = "0.1.0" +version = "0.1.1" dependencies = [ "docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "rocket 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d20f86c..ff11fbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swerve" -version = "0.1.0" +version = "0.1.1" description = "Quick and easy multithreaded file server for local front end development" authors = ["Louis Capitanchik <contact@louiscap.co>"] @@ -19,7 +19,7 @@ exlude = [ ] [badges] -travis-ci = { repository = "commander-lol/rust-swerve", branch = "master" } +travis-ci = { repository = "Commander-lol/rust-swerve", branch = "master" } [profile.release] lto = true diff --git a/README.md b/README.md index 88f24c4..5110b31 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ While swerve does nothing innovative, the goal is to have a fast performing file tear down time, as well as minimal request time spent inside the server itself. Current features are limited to serving files, but the roadmap includes API mocking to make front end development even easier. -##Installation +## Installation ### Prebuilt 1. Download the binary for your OS from the [releases]() page -- GitLab