Skip to content

Commit d3c1077

Browse files
committed
release: v0.8.0-beta.1
1 parent f66f111 commit d3c1077

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "syn-rsx"
33
description = "syn-powered parser for JSX-like TokenStreams"
4-
version = "0.7.3"
4+
version = "0.8.0-beta.1"
55
authors = ["stoically <stoically@protonmail.com>"]
66
keywords = ["syn", "jsx", "rsx", "html", "macro"]
77
edition = "2018"

examples/html-to-string-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ proc-macro = true
1111
proc-macro2 = "1"
1212
quote = "1"
1313
syn = "1"
14-
syn-rsx = { version = "0.7", path = "../.." }
14+
syn-rsx = { version = "0.8.0-beta.1", path = "../.." }

0 commit comments

Comments
 (0)