We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f322e91 commit 199a784Copy full SHA for 199a784
README.md
@@ -57,7 +57,7 @@ and can be added to your project by adding the following to your
57
58
```toml
59
[dependencies]
60
-lambda-rs = "2023.1.29"
+lambda-rs = "2023.1.30"
61
```
62
63
or from the CLI:
crates/lambda-rs-logging/README.md
@@ -1,4 +1,7 @@
1
# lambda-rs-logging
2
+
3
+
4
+
5
A simple logger implementation for lamba-rs crates. Inspired by
6
python's [logging](https://docs.python.org/3/library/logging.html) module.
7
0 commit comments