lebe-dev / zabbix-api-rs

Zabbix API for Rust
MIT License
4 stars 2 forks source link

Please add 0.2.0 on crates.io #5

Closed tjyang closed 8 months ago

tjyang commented 8 months ago

https://crates.io/crates/zabbix-api still showing 0.1.0

lebe-dev commented 8 months ago

Because 0.2.0 is not ready for release yet. I'm testing integration zabbix-api crate in my wszl tool.

If you want to use dev version use can add it:

[dependencies]
zabbix-api = { git = "https://github.com/lebe-dev/zabbix-api-rs.git" }