Skip to content

Commit 796e4a6

Browse files
committed
Switch to tracing for logging and add new example for IG API
Replaced `println!` with `tracing` macros for consistent and structured logging. Added dependencies `serde_json` and `tracing` to `Cargo.toml`. Introduced a new example, `ig.rs`, showcasing integration with the IG API. Updated library version to `0.1.2` in `Cargo.toml` and documentation.
1 parent 69b832a commit 796e4a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To use this SDK in your Rust project, add the following dependency to your `Carg
8181

8282
```toml
8383
[dependencies]
84-
lightstreamer-rs = "0.1.1"
84+
lightstreamer-rs = "0.1.2"
8585
```
8686

8787
### Usage

0 commit comments

Comments
 (0)