Browse Source

Add `anchor-derive-serde` crate to the publish script (#2924)

acheron 1 năm trước cách đây
mục cha
commit
10c997552e
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 1 1
      CHANGELOG.md
  2. 2 0
      Makefile

+ 1 - 1
CHANGELOG.md

@@ -16,7 +16,7 @@ The minor version will be incremented upon a breaking change and the patch versi
 
 ### Fixes
 
-- syn: Eliminate variable allocations that build up stack space for token extension code generation ([#2913](https://github.com/coral-xyz/anchor/pull/2913)).
+- lang: Eliminate variable allocations that build up stack space for token extension code generation ([#2913](https://github.com/coral-xyz/anchor/pull/2913)).
 
 ### Breaking
 

+ 2 - 0
Makefile

@@ -15,6 +15,8 @@ publish:
 	sleep 25
 	cd lang/derive/accounts/ && cargo publish && cd ../../../
 	sleep 25
+	cd lang/derive/serde/ && cargo publish && cd ../../../
+	sleep 25
 	cd lang/derive/space/ && cargo publish && cd ../../../
 	sleep 25
 	cd lang/attribute/access-control/ && cargo publish && cd ../../../