Skip to content

Commit 3795d2b

Browse files
committed
release: v0.8.0
1 parent 8adc2bb commit 3795d2b

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.8.0-beta.2"
4+
version = "0.8.0"
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.8.0-beta.2", path = "../.." }
14+
syn-rsx = { version = "0.8.0", path = "../.." }

0 commit comments

Comments
 (0)