mirror of
https://github.com/vacp2p/semaphore-rs.git
synced 2025-02-24 01:28:28 +00:00
Fix README link
Without this the build fails for me: ``` error: couldn't read src/../Readme.md: No such file or directory (os error 2) --> src/lib.rs:1:10 | 1 | #![doc = include_str!("../Readme.md")] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ```
This commit is contained in:
parent
124043470e
commit
20ff3e34d5
@ -1,4 +1,4 @@
|
||||
#![doc = include_str!("../Readme.md")]
|
||||
#![doc = include_str!("../README.md")]
|
||||
#![warn(clippy::all, clippy::pedantic, clippy::cargo, clippy::nursery)]
|
||||
// TODO: ark-circom and ethers-core pull in a lot of dependencies, some duplicate.
|
||||
#![allow(clippy::multiple_crate_versions)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user