File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 8484 # Note: lbr-prelude and and plutus prelude versions are pinned here, but can be overridden with `extraVersions`
8585 versionTable =
8686 {
87- num-bigint = "0.4 .4" ;
88- serde_json = { version = "1.0.107 " ; features = [ "arbitrary_precision" ] ; } ;
87+ num-bigint = "~0 .4" ;
88+ serde_json = { version = "^ 1.0" ; features = [ "arbitrary_precision" ] ; } ;
8989 plutus-ledger-api = { git = "https://github.com/mlabs-haskell/plutus-ledger-api-rust" ; features = [ "lbf" ] ; rev = "d66d39c949f59e543c91ee36377c93422d8e9d75" ; } ;
9090 } ;
9191
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ repository = "https://github.com/mlabs-haskell/lambda-buffers"
1111proc-macro = true
1212
1313[dependencies ]
14- proc-macro2 = { version = " 1.0.66" , default-features = false }
15- quote = " 1.0.33"
16- syn = { version = " 2.0.38" , features = [" extra-traits" ] }
17- trybuild = { version = " 1.0.49" , features = [" diff" ] }
14+ proc-macro2 = { version = " ^ 1.0.66" , default-features = false }
15+ quote = " ^ 1.0.33"
16+ syn = { version = " ^ 2.0.38" , features = [" extra-traits" ] }
17+ trybuild = { version = " ^ 1.0.49" , features = [" diff" ] }
1818
1919[dev-dependencies ]
2020lbr-prelude = { path = " .extras/lbr-prelude-0.1.0" , default-features = false }
21- num-bigint = " 0.4 .4"
22- serde_json = " 1.0.107 "
21+ num-bigint = " ~0 .4"
22+ serde_json = " ^ 1.0"
Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ description = "LambdaBuffers runtime library for the Prelude schema."
88repository = " https://github.com/mlabs-haskell/lambda-buffers"
99
1010[dependencies ]
11- data-encoding = " 2.4.0"
12- num-bigint = " 0.4 .4"
13- proptest = " 1.3.1"
14- serde = " 1.0.188"
15- serde_json = { version = " 1.0.107 " , features = [" arbitrary_precision" ] }
16- thiserror = " 1.0.49"
11+ data-encoding = " ^ 2.4.0"
12+ num-bigint = " ~0 .4"
13+ proptest = " ^ 1.3.1"
14+ serde = " ^ 1.0.188"
15+ serde_json = { version = " ^ 1.0" , features = [" arbitrary_precision" ] }
16+ thiserror = " ^ 1.0.49"
1717lbr-prelude-derive = { version = " 0.1.0" , path = " .extras/lbr-prelude-derive-0.1.0" , optional = true }
1818
1919[features ]
You can’t perform that action at this time.
0 commit comments