We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a85c56e commit 409b8c2Copy full SHA for 409b8c2
deps.sh
@@ -138,7 +138,7 @@ fetch () {
138
checkout_repo s2n https://github.com/awslabs/s2n-bignum "" "4d2e22a"
139
checkout_repo openssl https://github.com/openssl/openssl "openssl-3.6.0"
140
checkout_repo secp256k1 https://github.com/bitcoin-core/secp256k1 "v0.7.0"
141
- checkout_repo flatcc https://github.com/firedancer-io/flatcc.git "master"
+ checkout_repo flatcc https://github.com/dvidelabs/flatcc.git "v0.6.1"
142
if [[ $DEVMODE == 1 ]]; then
143
checkout_repo bzip2 https://gitlab.com/bzip2/bzip2 "bzip2-1.0.8"
144
checkout_repo rocksdb https://github.com/facebook/rocksdb "v10.5.1"
0 commit comments