Rename pyth-rng to Fortuna (#1119)
This commit is contained in:
parent
d096bfaf73
commit
d87cd7c5fd
|
@ -65,13 +65,13 @@ repos:
|
||||||
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./hermes/Cargo.toml --all -- --config-path rustfmt.toml
|
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./hermes/Cargo.toml --all -- --config-path rustfmt.toml
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
files: hermes
|
files: hermes
|
||||||
# Hooks for pyth-rng
|
# Hooks for Fortuna
|
||||||
- id: cargo-fmt-pyth-rng
|
- id: cargo-fmt-fortuna
|
||||||
name: Cargo format for Pyth RNG
|
name: Cargo format for Fortuna
|
||||||
language: "rust"
|
language: "rust"
|
||||||
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./pyth-rng/Cargo.toml --all -- --config-path rustfmt.toml
|
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./fortuna/Cargo.toml --all -- --config-path rustfmt.toml
|
||||||
pass_filenames: false
|
pass_filenames: false
|
||||||
files: pyth-rng
|
files: fortuna
|
||||||
# Hooks for message buffer contract
|
# Hooks for message buffer contract
|
||||||
- id: cargo-fmt-message-buffer
|
- id: cargo-fmt-message-buffer
|
||||||
name: Cargo format for message buffer contract
|
name: Cargo format for message buffer contract
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[package]
|
[package]
|
||||||
name = "pyth-rng"
|
name = "fortuna"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Reference in New Issue