cargo update

This commit is contained in:
Luke Parker
2023-01-04 03:17:36 -05:00
parent eeca440fa7
commit bf09b5cc7e
7 changed files with 344 additions and 427 deletions

View File

@@ -18,7 +18,7 @@ parity-scale-codec = { version = "3.2", features = ["derive"] }
futures = "0.3"
tokio = { version = "1", features = ["macros", "sync", "time", "rt"] }
sp-runtime = { git = "https://github.com/serai-dex/substrate", version = "6.0.0", optional = true }
sp-runtime = { git = "https://github.com/serai-dex/substrate", version = "7.0.0", optional = true }
[features]
substrate = ["sp-runtime"]