Skip to content

Commit

Permalink
chore: bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil-prabhu committed Dec 16, 2024
1 parent 2181456 commit 975df60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cloud-detect"
version = "1.1.0"
version = "2.0.0"
edition = "2021"
authors = ["Nikhil Prabhu <nikhilprabhu98@gmail.com>"]
description = "Detect a host's cloud service provider"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ First, add the library to your project by adding the following to your `Cargo.to
```toml
[dependencies]
# ...
cloud-detect = "1"
cloud-detect = "2"
tokio = { version = "1", features = ["full"] }
tracing-subscriber = { version = "0.2", features = ["env-filter"] }# Optional; for logging.
```
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
//! ```toml
//! [dependencies]
//! # ...
//! cloud_detect = "1.1.0"
//! cloud_detect = "2"
//! tokio = { version = "1", features = ["full"] }
//! tracing-subscriber = { version = "0.2", features = ["env-filter"] } # Optional; for logging
//! ```
Expand Down

0 comments on commit 975df60

Please sign in to comment.