Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #177 from BitSwap-BiFi/feat/fix-cargo
Browse files Browse the repository at this point in the history
Fix Cargo
  • Loading branch information
Rsync25 authored Feb 5, 2024
2 parents 7c146f4 + 976b6be commit 62713be
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,17 @@
name = "Src_core"
version = "1.0.19-alpha"

strict_types = "1.6.0"
[dependencies]
strict_types = "1.6.3"
rust-aluvm = "0.11.0-beta.2"
rust-lightning = "0.0.120"
rust-dlc = "0.4.0"
commit_verify = { version = "0.10.5", features = ["stl"] }
bp-core = { version = "0.11.0-beta.4", features = ["stl"] }
rgb-core = { version = "0.11.0-beta.4", features = ["stl"] }
bp-core = { version = "0.11.0-beta.4", features = ["stl" ,"seals","dbc"] }
rgb-core = { version = "0.11.0-beta.4", features = ["stl", "contract", "vm" , "schema" , "validation"] }
bp-std = { version = "0.11.0-beta.4", features = ["stl", "psbt" , "invoice"] }
rgb-std = { version = "0.11.0-beta.4", features = ["stl" , "scripts" , "invoice" , "interface"] }
rgb-schemata = { version = "0.11.0-beta.4", features = ["stl", "nia", "interfaces", "rgb20" ] }
rgb-runtime = { version = "0.11.0-beta.3", features = ["cli", "psbt"] }


1 change: 1 addition & 0 deletions src/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ cli = "1.0.19-alpha"

[dev.dependencies]
src = "cli"
rgb-runtime = { version = "0.11.0-beta.3", features = ["cli", "psbt"] }

0 comments on commit 62713be

Please sign in to comment.