Skip to content

Commit 0d52c37

Browse files
committed
Increase major version because of modified dependencies
1 parent fec545b commit 0d52c37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "android_logger"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
authors = ["The android_logger Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"
@@ -25,7 +25,7 @@ version = "0.4"
2525
version = "0.2"
2626

2727
[dependencies.env_logger]
28-
version = "0.8"
28+
version = "0.9"
2929
default-features = false
3030

3131
[badges]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ this library:
1313

1414
```toml
1515
[target.'cfg(target_os = "android")'.dependencies]
16-
android_logger = "0.10"
16+
android_logger = "0.11"
1717
```
1818

1919
Example of initialization on activity creation, with log configuration:

0 commit comments

Comments
 (0)