Skip to content

Commit

Permalink
refactor: move blueprint-serde dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Dec 25, 2024
1 parent 3a6396a commit bae371a
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ broken_intra_doc_links = "deny"
# Blueprint utils
blueprint-util-meta = { version = "0.1.0", path = "./crates/blueprint", default-features = false }
blueprint-metadata = { version = "0.2.1", path = "./crates/blueprint/metadata", default-features = false }
gadget-blueprint-serde = { version = "0.3.1", path = "./crates/blueprint/serde", default-features = false }

# Crypto
gadget-crypto-core = { version = "0.1.0", path = "./crates/crypto/core", default-features = false }
Expand Down Expand Up @@ -79,7 +80,6 @@ gadget-runner-tangle = { version = "0.1.0", path = "./crates/runners/tangle", de
gadget-runner-symbiotic = { version = "0.1.0", path = "./crates/runners/symbiotic", default-features = false }

# SDK
gadget-blueprint-serde = { version = "0.3.1", path = "./crates/blueprint-serde", default-features = false }
gadget-config = { version = "0.1.0", path = "./crates/config", default-features = false }
gadget-keystore = { version = "0.1.0", path = "./crates/keystore", default-features = false }
gadget-logging = { version = "0.1.0", path = "./crates/logging", default-features = false }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bae371a

Please sign in to comment.