Skip to content

Commit

Permalink
add beta tag to version in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
knickish committed Jul 28, 2024
1 parent 142d80f commit 2eea08a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nanoserde"
version = "0.2.0"
version = "0.2.0-beta.0"
authors = ["makepad <info@makepad.nl>", "Fedor <not.fl3@gmail.com>"]
license = "MIT OR Apache-2.0"
description = """
Expand Down Expand Up @@ -30,4 +30,4 @@ toml = []
std = []

[dependencies]
nanoserde-derive = { path = "derive", version = "=0.2.0", optional = true }
nanoserde-derive = { path = "derive", version = "=0.2.0-beta.0", optional = true }
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nanoserde-derive"
version = "0.2.0"
version = "0.2.0-beta.0"
authors = ["Makepad <info@makepad.nl>", "Fedor <not.fl3@gmail.com>"]
edition = "2018"
description = "Fork of makepad-tinyserde derive without any external dependencies"
Expand Down

0 comments on commit 2eea08a

Please sign in to comment.