File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ 0.2.1
2
+ =====
3
+ - Pin some more specific versions
4
+
1
5
0.2.0
2
6
=====
3
7
- Bump a bunch of dependencies, including ` clap ` and ` mysql `
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rmmm"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1 "
4
4
description = " Rust MySQL Migration Manager"
5
5
repository = " https://github.com/EasyPost/rmmm"
6
6
authors = [" James Brown <jbrown@easypost.com>" ]
@@ -20,9 +20,9 @@ itertools = "0.10"
20
20
lazy_static = " 1"
21
21
log = " 0.4"
22
22
mysql = { version = " 22" , default_features = false }
23
- # don't pin these; they're pinned by `mysql` and are just here to set features
24
- flate2 = { version = " * " , default_features = false , features = [" zlib" ] }
25
- mysql_common = { version = " * " , default_features = false , features = [" time03" ]}
23
+ # these next two are only in here to set features used by mysql
24
+ flate2 = { version = " 1 " , default_features = false , features = [" zlib" ] }
25
+ mysql_common = { version = " ^0.28 " , default_features = false , features = [" time03" ]}
26
26
regex = " 1"
27
27
tabled = " 0.4"
28
28
tempfile = " 3"
You can’t perform that action at this time.
0 commit comments