Skip to content

Commit

Permalink
chore: minor fixes for erg_proc_macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mtshiba committed Sep 11, 2023
1 parent a422bbb commit 79b891c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cargo_publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions cargo_publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cd crates/erg_common
cargo publish
cd ../erg_proc_macro
cargo publish
cd ../erg_parser
cargo publish
cd ../erg_compiler
Expand Down
1 change: 1 addition & 0 deletions crates/erg_proc_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[package]
name = "erg_proc_macros"
description = "proc macros for Erg"
version.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 79b891c

Please sign in to comment.