mirror of https://github.com/google/oss-fuzz.git
32f1d4dead
The rust-lang/rust#110475 issue referenced is no longer a problem since the `geo` crate has been updated in SurrealDB. However, the change in default Rust version in the image builder implemented in google/oss-fuzz#11681 breaks fuzzing due to SurrealDB now requiring Rust 1.77 after https://github.com/surrealdb/surrealdb/pull/3591, leading to a bump in the MSRV in https://github.com/surrealdb/surrealdb/pull/3778. I have replaced the obsolete `--cfg uuid_unstable` for the generic `--cfg surrealdb_unstable`, which will allow fuzzing any features still deemed unstable in SurrealDB including the new experimental parser. |
||
---|---|---|
.. | ||
Dockerfile | ||
build.sh | ||
project.yaml |