Skip to content

Commit 0661745

Browse files
committed
Reimplement public interface for stability
More information to come later about this, but this is a result of the work week discussions we've had about stabilizing procedural macros
1 parent 77451ca commit 0661745

File tree

7 files changed

+469
-254
lines changed

7 files changed

+469
-254
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: false
33

44
matrix:
55
include:
6-
- rust: 1.15.0
6+
- rust: 1.23.0
77
- rust: stable
88
- rust: beta
99
- rust: nightly

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proc-macro2"
3-
version = "0.2.3" # remember to update html_root_url
3+
version = "0.3.0" # remember to update html_root_url
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)