Skip to content

Commit 478bbe6

Browse files
committed
update versions
1 parent cfc696c commit 478bbe6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cpp_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cpp_core"
33
edition = "2018"
4-
version = "0.6.0-alpha.1"
4+
version = "0.6.0"
55
authors = ["Pavel Strakhov <ri@idzaaus.org>"]
66
description = "Utilities for interoperability with C++"
77
license = "MIT OR Apache-2.0"

qt_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "qt_macros"
3-
version = "0.1.0-alpha.2"
3+
version = "0.1.0"
44
authors = ["Pavel Strakhov <ri@idzaaus.org>"]
55
edition = "2018"
66
description = "Macros for Qt"

qt_ritual_build/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "qt_ritual_build"
33
edition = "2018"
4-
version = "0.5.0-alpha.1"
4+
version = "0.5.0"
55
authors = ["Pavel Strakhov <ri@idzaaus.org>"]
66
license = "MIT OR Apache-2.0"
77
description = "Build script implementation for Rust Qt crates"

0 commit comments

Comments
 (0)