Commit 0347a7a
Move env_logger to dev-dependencies.
When we switched to the `log` crate from our own custom logging
in v0.10, I added `env_logger` as an implementation so our code
examples would continue to work the same way.
However, since `env_logger` is _only_ needed for example code
is should be declared as a dev-dependency so it doesn't add
a transitive dependency to other builds using the library,
which may use a different logging implementation, or a just
a different version of `env_logger` than the one we've declared.1 parent 48a4331 commit 0347a7a
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
39 | | - | |
| |||
0 commit comments