Merge branch 'main' into asch/cursors

This commit is contained in:
Andras Schmelczer 2025-04-02 21:32:36 +01:00
commit b51cf5c04e
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 86 additions and 73 deletions

View file

@ -13,7 +13,7 @@ serde = { version = "1.0.219", optional = true, features = ["derive"] }
serde = [ "dep:serde" ]
[dev-dependencies]
insta = "1.41.1"
insta = "1.42.2"
pretty_assertions = "1.4.1"
serde = { version = "1.0.219", features = ["derive"] }
serde_yaml ="0.9.34"