@@ -14,6 +14,9 @@ The minor version will be incremented upon a breaking change and the patch versi
### Fixes
+- syn: Add missing `new_from_array` method to `Hash` ([#2682](https://github.com/coral-xyz/anchor/pull/2682)).
+- cli: Switch to Cargo feature resolver(`resolver = "2"`) ([#2676](https://github.com/coral-xyz/anchor/pull/2676)).
+
### Breaking
## [0.29.0] - 2023-10-16
@@ -19,3 +19,4 @@ exclude = [
"tests/swap/deps/openbook-dex",
"tests/cfo/deps/openbook-dex",
]
+resolver = "2"
@@ -149,6 +149,7 @@ const fn workspace_manifest() -> &'static str {
members = [
"programs/*"
[profile.release]
overflow-checks = true
@@ -5,3 +5,4 @@ overflow-checks = true
@@ -2,3 +2,4 @@
@@ -7,3 +7,4 @@ exclude = [
"deps/stake",
"deps/swap"
@@ -2,6 +2,7 @@
@@ -4,4 +4,5 @@ members = [
exclude = [
"deps/openbook-dex"
-]
+]