chore: Bump version to 1.1.0
... in preparation of a new release!
This commit is contained in:
parent
55c4943df1
commit
7ec507f8cb
4 changed files with 5 additions and 5 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -214,7 +214,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "journaldriver"
|
name = "journaldriver"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "journaldriver"
|
name = "journaldriver"
|
||||||
version = "1.0.0"
|
version = "1.1.0"
|
||||||
authors = ["Vincent Ambo <vincent@aprila.no>"]
|
authors = ["Vincent Ambo <mail@tazj.in>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|
|
@ -6,7 +6,7 @@ logging service) to [Stackdriver Logging][].
|
||||||
|
|
||||||
Many existing log services are written in inefficient dynamic
|
Many existing log services are written in inefficient dynamic
|
||||||
languages with error-prone "cover every possible use-case"
|
languages with error-prone "cover every possible use-case"
|
||||||
configuration. `journaldrive` instead aims to fit a specific use-case
|
configuration. `journaldriver` instead aims to fit a specific use-case
|
||||||
very well, instead of covering every possible logging setup.
|
very well, instead of covering every possible logging setup.
|
||||||
|
|
||||||
`journaldriver` can be run on GCP-instances with no additional
|
`journaldriver` can be run on GCP-instances with no additional
|
||||||
|
|
|
@ -10,7 +10,7 @@ with pkgs; rustPlatform.buildRustPackage {
|
||||||
inherit doCheck;
|
inherit doCheck;
|
||||||
|
|
||||||
name = "journaldriver";
|
name = "journaldriver";
|
||||||
version = "1.0.0";
|
version = "1.1.0";
|
||||||
cargoSha256 = "03rq96hzv97wh2gbzi8sz796bqgh6pbpvdn0zy6zgq2f2sgkavsl";
|
cargoSha256 = "03rq96hzv97wh2gbzi8sz796bqgh6pbpvdn0zy6zgq2f2sgkavsl";
|
||||||
|
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
Loading…
Add table
Reference in a new issue