Commit Graph

45 Commits

Author SHA1 Message Date
dependabot[bot]
f5e5e933e0
Update env_logger requirement from 0.8.2 to 0.9.0
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version.
- [Release notes](https://github.com/env-logger-rs/env_logger/releases)
- [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/compare/v0.8.2...v0.9.0)

---
updated-dependencies:
- dependency-name: env_logger
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-19 06:07:03 +00:00
Marc-Antoine Arnaud
57dce9057e fix link version 2021-07-06 15:50:29 +02:00
Marc-Antoine Arnaud
01246c1f6e bump to 0.7.1 2021-07-06 15:49:16 +02:00
Marc-Antoine Arnaud
1ff9ae3323 bump to 0.7.0 2021-05-31 11:40:36 +02:00
Marc-Antoine Arnaud
e84d92a864 fix dev link version 2021-02-08 14:44:27 +01:00
Marc-Antoine Arnaud
07a78563e6 fix version link 2021-02-08 14:42:54 +01:00
Marc-Antoine Arnaud
082cc0d953 bump to 0.6.0 2021-02-08 14:39:49 +01:00
Marc-Antoine Arnaud
fcab1c0245 bump to 0.5.1 2021-01-08 10:10:02 +01:00
Marc-Antoine Arnaud
040219067f bump env_logger 2021-01-08 10:09:36 +01:00
Marc-Antoine Arnaud
79fd706666 fix version in dependency 2021-01-08 10:06:59 +01:00
Marc-Antoine Arnaud
2926e0b620 bump to 0.5.0 2021-01-08 10:05:50 +01:00
Marc-Antoine Arnaud
6e2930e2df bump to 0.4.3 2020-08-26 23:33:12 +02:00
Marc-Antoine Arnaud
dc558a73e4 publish 0.4.2 2020-08-05 10:56:35 +02:00
Scott Lamb
cb272454a4 init logging from yaserde crate's tests
As described here:
https://docs.rs/env_logger/0.7.1/env_logger/#capturing-logs-in-tests

This boilerplate means that "RUST_LOG=trace cargo test" does the right
thing:

* logs actually show up
* logs are separated by test, even when tests are run in parallel
2020-06-20 06:26:22 -07:00
Marc-Antoine Arnaud
4976fc3aa0 bump to 0.4.1 2020-06-08 10:45:58 +02:00
Marc-Antoine Arnaud
c3aaeaa6f6 fix intern dependency 2020-06-08 09:33:55 +02:00
Marc-Antoine Arnaud
427d623c1f bump to 0.4.0 2020-06-08 09:30:08 +02:00
Marc-Antoine Arnaud
751f4715a8 bump to 0.3.17 2020-05-08 15:04:51 +02:00
Marc-Antoine Arnaud
2726de5c56 bump to 0.3.16 2020-04-29 20:03:37 +02:00
Marc-Antoine Arnaud
38e5d32b7e bump to 0.3.15 2020-04-06 19:34:18 +02:00
Marc-Antoine Arnaud
a93d70831f use rust 2018 syntax, remove unused headers 2020-04-06 14:04:12 +02:00
Marc-Antoine Arnaud
aa2442f2d4 bumpt to 0.3.14 2020-03-25 20:05:57 +01:00
Marc-Antoine Arnaud
92cdc838e8 bump to 0.3.13 2020-02-25 15:34:44 +01:00
Marc-Antoine Arnaud
9272a5a684 bump to 0.3.12 2020-02-16 11:53:49 +01:00
Dmitry Samoylov
fd8257e047 Bump version to 0.3.11 2020-02-06 18:01:26 +07:00
Marc-Antoine Arnaud
1bdc7200ff bump to 0.3.10 2020-01-09 09:07:41 +01:00
Marc-Antoine Arnaud
a2bf70c5bd bump to 0.3.9 2019-12-15 12:44:20 +01:00
Marc-Antoine Arnaud
9af780cb6b update dependencies 2019-12-05 09:15:31 +01:00
Marc-Antoine Arnaud
54cf32c26d release v0.3.7 2019-01-12 11:57:16 +01:00
Marc-Antoine Arnaud
381dd59ea0 bump to 0.3.6 2018-12-13 13:33:39 +01:00
Marc-Antoine Arnaud
2e74682880 bump to 0.3.5 2018-11-20 14:24:41 +01:00
Marc-Antoine Arnaud
04885c6605 bump to 0.3.4 2018-11-20 14:12:12 +01:00
Marc-Antoine Arnaud
342dc3930d bump to 0.3.3 2018-11-20 12:49:22 +01:00
Marc-Antoine Arnaud
d90c14c2b8 bump to 0.3.2 2018-11-20 08:47:46 +01:00
Marc-Antoine Arnaud
9c683a2e83 bump to 0.3.1 2018-05-30 12:38:48 +02:00
Marc-Antoine Arnaud
0fbec59173 fix dependencies to yaserde_derive 2018-05-30 11:18:30 +02:00
Marc-Antoine Arnaud
6990d5e177 bump to 0.3.0 2018-05-30 11:17:22 +02:00
Marc-Antoine Arnaud
f1a8e5a54f remove unused dependency regex 2018-05-29 16:40:53 +02:00
Marc-Antoine Arnaud
e691fba686 update dependencies 2018-05-25 09:43:15 +02:00
Marc-Antoine Arnaud
355565c84d bump to 0.2.0 2018-05-13 10:13:30 +02:00
Marc-Antoine Arnaud
0540b127bd refactoring code to better support 2018-05-13 09:51:28 +02:00
Marc-Antoine Arnaud
c8f3dffec1 fix dependencies for publishing 2018-04-09 19:17:20 +02:00
Marc-Antoine Arnaud
b318dda8a7 fix README link 2018-04-09 19:13:38 +02:00
Marc-Antoine Arnaud
3770f30548 describe packages to publish them 2018-04-09 19:12:05 +02:00
Marc-Antoine Arnaud
d002cabe95 initial commit 2018-04-09 19:04:11 +02:00