Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
zu,zb,zm: First version of zvariant_utils will be 1.0.0
Browse files Browse the repository at this point in the history
We always start with 1.0.
  • Loading branch information
zeenix committed Mar 7, 2023
1 parent 73fc414 commit 6087079
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ syn = { version = "1.0.103", features = ["extra-traits", "fold", "full"] }
quote = "1.0.21"
proc-macro-crate = "1.2.1"
regex = "1.6.0"
zvariant_utils = { path = "../zvariant_utils", version = "=0.1.0" }
zvariant_utils = { path = "../zvariant_utils", version = "=1.0.0" }

[dev-dependencies]
zbus = { path = "../zbus" }
Expand Down
2 changes: 1 addition & 1 deletion zvariant_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proc-macro2 = "1.0"
syn = { version = "1.0.103", features = ["extra-traits", "full"] }
quote = "1.0.21"
proc-macro-crate = "1.2.1"
zvariant_utils = { path = "../zvariant_utils", version = "=0.1.0" }
zvariant_utils = { path = "../zvariant_utils", version = "=1.0.0" }

[dev-dependencies]
byteorder = "1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion zvariant_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zvariant_utils"
version = "0.1.0"
version = "1.0.0"
authors = ["Zeeshan Ali Khan <[email protected]>", "turbocooler <[email protected]>"]
edition = "2018"
rust-version = "1.60"
Expand Down
4 changes: 2 additions & 2 deletions zvariant_utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ This crate provides various utilities for [`zvariant`].

## Stability

The API is NOT expected to be stable. The crate, however, will follow semver rules: breaking changes would cause a minor version bump.
The API is NOT expected to be stable. The crate, however, will follow semver rules: breaking changes would cause a major version bump.

[`zvariant`]: https://crates.io/crates/zvariant
[`zvariant`]: https://crates.io/crates/zvariant

0 comments on commit 6087079

Please sign in to comment.