Skip to content

Commit 8e439c4

Browse files
authored
Merge pull request alexcrichton#18 from calebcartwright/libsyntax-rename
handle libsyntax rename
2 parents e006eb1 + 7e4fafb commit 8e439c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# rustc-auto-publish
22

3-
Repository for automatically publishing the `rustc-ap-syntax` and `rustc-ap-rustc_parse` crates once a week.
3+
Repository for automatically publishing the `rustc-ap-rustc_ast` and `rustc-ap-rustc_parse` crates once a week.
44

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ fn main() {
3434

3535
let target_crates = vec![
3636
RustcApCrate {
37-
name: "syntax",
38-
dir: "src/libsyntax",
37+
name: "rustc_ast",
38+
dir: "src/librustc_ast",
3939
},
4040
RustcApCrate {
4141
name: "rustc_parse",

0 commit comments

Comments
 (0)