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 df6458e commit c1f288aCopy full SHA for c1f288a
jsontests/src/run.rs
@@ -190,6 +190,7 @@ pub fn run_test(
190
Fork::London => Config::london(),
191
Fork::Shanghai => Config::shanghai(),
192
Fork::Cancun => Config::cancun(),
193
+ Fork::Prague => Config::prague(),
194
_ => return Err(Error::UnsupportedFork),
195
};
196
config_change(&mut config);
jsontests/src/types.rs
@@ -166,6 +166,7 @@ pub enum Fork {
166
Paris,
167
Berlin,
168
Cancun,
169
+ Prague,
170
London,
171
Merge,
172
Shanghai,
0 commit comments