diff --git a/.cargo/config.toml b/.cargo/config.toml index 00862770..b8f1c16c 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -17,7 +17,6 @@ rustflags = [ "-Doverflowing_literals", "-Dpath_statements", "-Dpatterns_in_fns_without_body", - "-Dprivate_in_public", "-Dtrivial_casts", "-Dtrivial_numeric_casts", "-Dunconditional_recursion", diff --git a/.gitignore b/.gitignore index c216758b..492cc153 100644 --- a/.gitignore +++ b/.gitignore @@ -8,9 +8,6 @@ out/ /broadcast/*/11155111/ /broadcast/**/dry-run/ -# Docs -docs/ - # Dotenv file .env diff --git a/deployment-guide.md b/deployment-guide.md index 4dd94550..80cfab46 100644 --- a/deployment-guide.md +++ b/deployment-guide.md @@ -93,7 +93,7 @@ RISC0_DEV_MODE=true DEPLOY_RELAY_ADDRESS="$APP_ADDRESS" DEPLOY_UPLOAD_IMAGES=tru ``` This will deploy only your application address and upload any updated images. -The existing relay contract and, by setting `DEPLOY_RELAY_ADDRESS`, the running relay will continue to be used. +By setting `DEPLOY_RELAY_ADDRESS`, the existing running relay contract and the already running relay will continue to be used. ## Use the fully verifying relay: