chore: minor fixes for erg_proc_macro

This commit is contained in:
Shunsuke Shibayama 2023-09-11 20:10:44 +09:00
parent a422bbb7ae
commit 79b891c32b
3 changed files with 6 additions and 3 deletions

View file

@ -5,15 +5,15 @@ if %~dp0 == C:%homepath%\GitHub\erg\ (
echo publish erg_common ...
cargo publish
rem from cargo 1.66 timeout is not needed
rem timeout 12
echo publish erg_proc_macro ...
cd ../erg_proc_macro
cargo publish
cd ../erg_parser
echo publish erg_parser ...
cargo publish
rem timeout 12
cd ../erg_compiler
echo publish erg_compiler ...
cargo publish
rem timeout 12
cd ../els
echo publish els ...
cargo publish

View file

@ -1,5 +1,7 @@
cd crates/erg_common
cargo publish
cd ../erg_proc_macro
cargo publish
cd ../erg_parser
cargo publish
cd ../erg_compiler

View file

@ -1,5 +1,6 @@
[package]
name = "erg_proc_macros"
description = "proc macros for Erg"
version.workspace = true
authors.workspace = true
license.workspace = true