Skip to content

Commit 199a784

Browse files
committed
[update] readme versions.
1 parent f322e91 commit 199a784

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ and can be added to your project by adding the following to your
5757

5858
```toml
5959
[dependencies]
60-
lambda-rs = "2023.1.29"
60+
lambda-rs = "2023.1.30"
6161
```
6262

6363
or from the CLI:

crates/lambda-rs-logging/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# lambda-rs-logging
2+
![lambda-rs](https://img.shields.io/crates/d/lambda-rs-logging)
3+
![lambda-rs](https://img.shields.io/crates/v/lambda-rs-logging)
4+
25
A simple logger implementation for lamba-rs crates. Inspired by
36
python's [logging](https://docs.python.org/3/library/logging.html) module.
47

0 commit comments

Comments
 (0)