File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ members = [
1111exclude = [" fuzz" ]
1212
1313[workspace .package ]
14- version = " 0.1 .0"
14+ version = " 0.4 .0"
1515edition = " 2021"
1616license = " MIT OR Apache-2.0"
1717repository = " https://github.com/kplane-dev/sdec"
@@ -33,10 +33,10 @@ missing_panics_doc = "allow"
3333
3434[workspace .dependencies ]
3535# Internal crates
36- bitstream = { path = " bitstream" , version = " 0.1 .0" , package = " sdec-bitstream" }
37- wire = { path = " wire" , version = " 0.1 .0" , package = " sdec-wire" }
38- schema = { path = " schema" , version = " 0.1 .0" , package = " sdec-schema" }
39- codec = { path = " codec" , version = " 0.1 .0" , package = " sdec-codec" }
36+ bitstream = { path = " bitstream" , version = " 0.4 .0" , package = " sdec-bitstream" }
37+ wire = { path = " wire" , version = " 0.4 .0" , package = " sdec-wire" }
38+ schema = { path = " schema" , version = " 0.4 .0" , package = " sdec-schema" }
39+ codec = { path = " codec" , version = " 0.4 .0" , package = " sdec-codec" }
4040
4141# Testing
4242proptest = " 1.4"
You can’t perform that action at this time.
0 commit comments