Browse Source

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

acheron 1 year ago
parent
commit
10c997552e
2 changed files with 3 additions and 1 deletions
  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
 ### 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
 ### Breaking
 
 

+ 2 - 0
Makefile

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