File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " caw_keyboard"
3- version = " 0.2.1 "
3+ version = " 0.2.2 "
44description = " Abstract representation of a (musical) keyboard for the caw synthesizer framework"
55authors = [
" Stephen Sherratt <[email protected] >" ]
66license = " MIT"
@@ -14,7 +14,7 @@ web = ["getrandom/js"]
1414
1515[dependencies ]
1616caw_core = { version = " 0.3" , path = " ../core" }
17- smallvec = " 1 "
17+ smallvec = " >=1.6.1,<2 "
1818log = " 0.4"
1919rand = " 0.8"
2020getrandom = " 0.2"
Original file line number Diff line number Diff line change 11[package ]
22name = " caw_midi"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " Common midi logic for the caw synthesizer framework"
55authors = [
" Stephen Sherratt <[email protected] >" ]
66license = " MIT"
@@ -11,6 +11,6 @@ edition = "2021"
1111
1212[dependencies ]
1313midly = " 0.5"
14- smallvec = " 1.13 "
14+ smallvec = " >=1.6.1,<2 "
1515caw_core = { version = " 0.3" , path = " ../core" }
1616caw_keyboard = { version = " 0.2" , path = " ../keyboard" }
You can’t perform that action at this time.
0 commit comments