-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.5.4 Removed links to with.lv and updated dependencies
- Loading branch information
Showing
8 changed files
with
722 additions
and
458 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
[package] | ||
name = "shorty-aws-lambda" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
authors = ["Federico Fissore <[email protected]>"] | ||
edition = "2018" | ||
description = "shorty-aws-lambda is a url shortener based on shorty and deployable on AWS lambda" | ||
license = "Apache-2.0" | ||
readme = "../README.md" | ||
repository = "https://github.com/ffissore/shorty" | ||
keywords = ["url", "shortener", "redis", "server", "serverless"] | ||
homepage = "https://with.lv" | ||
|
||
[dependencies] | ||
log = "0.4.6" | ||
|
@@ -20,5 +19,5 @@ redis = "0.10.0" | |
serde = "1.0" | ||
serde_derive = "1.0" | ||
serde_json = "1.0" | ||
shorty = { path = "../shorty", version = "0.5.3" } | ||
shorty-conf = { path = "../shorty-conf", version = "0.5.3" } | ||
shorty = { path = "../shorty", version = "0.5.4" } | ||
shorty-conf = { path = "../shorty-conf", version = "0.5.4" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
[package] | ||
name = "shorty-conf" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
authors = ["Federico Fissore <[email protected]>"] | ||
edition = "2018" | ||
description = "shorty-conf is the configuration bit used by crates integrating shorty" | ||
license = "Apache-2.0" | ||
readme = "../README.md" | ||
repository = "https://github.com/ffissore/shorty" | ||
keywords = ["url", "shortener", "redis", "server", "serverless"] | ||
homepage = "https://with.lv" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
[package] | ||
name = "shorty-http" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
authors = ["Federico Fissore <[email protected]>"] | ||
edition = "2018" | ||
description = "shorty-http is a url shortener based on shorty and deployable as a standalone http server" | ||
license = "Apache-2.0" | ||
readme = "../README.md" | ||
repository = "https://github.com/ffissore/shorty" | ||
keywords = ["url", "shortener", "redis", "server", "serverless"] | ||
homepage = "https://with.lv" | ||
|
||
[dependencies] | ||
actix = "0.7" | ||
|
@@ -17,5 +16,5 @@ redis = "0.10.0" | |
env_logger = "0.6" | ||
serde = "1.0" | ||
serde_derive = "1.0" | ||
shorty = { path = "../shorty", version = "0.5.3" } | ||
shorty-conf = { path = "../shorty-conf", version = "0.5.3" } | ||
shorty = { path = "../shorty", version = "0.5.4" } | ||
shorty-conf = { path = "../shorty-conf", version = "0.5.4" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
[package] | ||
name = "shorty" | ||
version = "0.5.3" | ||
version = "0.5.4" | ||
authors = ["Federico Fissore <[email protected]>"] | ||
edition = "2018" | ||
description = "shorty is a library for assigning short IDs to long URL, and store them on redis" | ||
license = "Apache-2.0" | ||
readme = "../README.md" | ||
repository = "https://github.com/ffissore/shorty" | ||
keywords = ["url", "shortener", "redis", "server", "serverless"] | ||
homepage = "https://with.lv" | ||
|
||
[dependencies] | ||
redis = "0.10.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters