Skip to content

Commit

Permalink
release: v0.8.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stoically committed Jan 3, 2021
1 parent f66f111 commit d3c1077
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "syn-rsx"
description = "syn-powered parser for JSX-like TokenStreams"
version = "0.7.3"
version = "0.8.0-beta.1"
authors = ["stoically <stoically@protonmail.com>"]
keywords = ["syn", "jsx", "rsx", "html", "macro"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion examples/html-to-string-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ proc-macro = true
proc-macro2 = "1"
quote = "1"
syn = "1"
syn-rsx = { version = "0.7", path = "../.." }
syn-rsx = { version = "0.8.0-beta.1", path = "../.." }

0 comments on commit d3c1077

Please sign in to comment.