Skip to content

Commit 925b539

Browse files
Use revisions instead of paths for dependencies
1 parent 81eec3d commit 925b539

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

rust/cardano-blockchain-types/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! Catalyst Enhanced `MultiEraBlock` Structures
22
33
mod auxdata;
4+
mod cip134_uri;
45
mod fork;
56
mod metadata;
67
mod multi_era_block_data;
@@ -27,5 +28,3 @@ pub use point::Point;
2728
pub use slot::Slot;
2829
pub use txn_index::TxnIndex;
2930
pub use txn_witness::{TxnWitness, VKeyHash};
30-
31-
mod cip134_uri;

rust/rbac-registration/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ uuid = "1.11.0"
3333
c509-certificate = { version = "0.0.3", git = "https://github.com/input-output-hk/catalyst-libs.git", tag = "v0.0.3" }
3434
pallas = { version = "0.30.1", git = "https://github.com/input-output-hk/catalyst-pallas.git", rev = "9b5183c8b90b90fe2cc319d986e933e9518957b3" }
3535
cbork-utils = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", rev = "78dfbbaff3245cf65e9e4d73716523e386bd73b2" }
36-
cardano-blockchain-types = { version = "0.0.1", path = "../cardano-blockchain-types" }
37-
catalyst-types = { version = "0.0.1", path = "../catalyst-types" }
36+
cardano-blockchain-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", rev = "eaf071e915f818d229fc2bb71793bfbe6280c997" }
37+
catalyst-types = { version = "0.0.1", git = "https://github.com/input-output-hk/catalyst-libs.git", rev = "eaf071e915f818d229fc2bb71793bfbe6280c997" }

0 commit comments

Comments
 (0)