Update dependencies
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Deukhoofd 2022-11-27 18:35:49 +01:00
parent 1c0b953d9a
commit 27164616e9
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
2 changed files with 25 additions and 25 deletions

View File

@ -48,11 +48,11 @@ chrono = "0.4.19"
# Used for RNG # Used for RNG
rand = "0.8.5" rand = "0.8.5"
rand_pcg = "0.3.1" rand_pcg = "0.3.1"
hashbrown = "0.12.1" hashbrown = "0.13.1"
indexmap = "1.8.2" indexmap = "1.8.2"
parking_lot = "0.12.1" parking_lot = "0.12.1"
serde = { version = "1.0.137", optional = true, features = ["derive"] } serde = { version = "1.0.137", optional = true, features = ["derive"] }
wasmer = { version = "3.0.0-beta", optional = true, default-features = true } wasmer = { version = "3.0.1", optional = true, default-features = true }
uuid = "1.2.2" uuid = "1.2.2"
paste = { version = "1.0.8" } paste = { version = "1.0.8" }
arcstr = { version = "1.1.4", features = ["std"] } arcstr = { version = "1.1.4", features = ["std"] }
@ -62,7 +62,7 @@ enum-display-derive = "0.1.1"
csv = "1.1.6" csv = "1.1.6"
project-root = "0.2.2" project-root = "0.2.2"
datatest = "0.7.1" datatest = "0.7.1"
serde_yaml = "0.8.24" serde_yaml = "0.9.14"
serde_json = "1.0.81" serde_json = "1.0.81"
serde_plain = "1.0.0" serde_plain = "1.0.0"
# Allow us to assert whether floats are approximately a value # Allow us to assert whether floats are approximately a value

View File

@ -20,25 +20,25 @@ battle_setup:
moves: moves:
- vine_whip - vine_whip
actions: actions:
- set_pokemon: - !set_pokemon
place: [ 0, 0 ] place: [ 0, 0 ]
from_party: [ 0 ,0 ] from_party: [ 0 ,0 ]
- set_pokemon: - !set_pokemon
place: [ 1, 0 ] place: [ 1, 0 ]
from_party: [ 1 ,0 ] from_party: [ 1 ,0 ]
- assert: - !assert
value: value:
pokemon_health: !pokemon_health
index: [ 1, 0 ] index: [ 1, 0 ]
expected: 140 expected: 140
- set_move_choice: - !set_move_choice
for: [ 0, 0 ] for: [ 0, 0 ]
move: ember move: ember
target: [ 1, 0 ] target: [ 1, 0 ]
- set_pass_choice: - !set_pass_choice
for: [ 1, 0 ] for: [ 1, 0 ]
- assert: - !assert
value: value:
pokemon_health: !pokemon_health
index: [ 1, 0 ] index: [ 1, 0 ]
expected: 78 expected: 78