File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ snake_case = { version = "0.2", optional = true }
37
37
38
38
serde = { version = " 1.0" , features = [ " derive" ], optional = true }
39
39
40
- diffus-derive = { version = " 0.9.0" , path = " ../diffus-derive" , optional = true }
40
+ diffus-derive = { version = " = 0.9.0" , path = " ../diffus-derive" , optional = true }
41
41
42
42
43
43
[features ]
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cargo_publish () {
44
44
-iname Cargo.toml \
45
45
-not -path " ./target/*" \
46
46
-exec sed -i ' s/^version = .*$/version = "' " ${VERSION} " ' "/g' ' {}' \; \
47
- -exec sed -i ' s/^\(diffus-derive = { version = "\)\([0-9]*\.[0-9]*\.[0-9]*\)\(".*\)$/\1' " ${VERSION} " ' \3/g' ' {}' \; \
47
+ -exec sed -i ' s/^\(diffus-derive = { version = "\)\(= [0-9]*\.[0-9]*\.[0-9]*\)\(".*\)$/\1= ' " ${VERSION} " ' \3/g' ' {}' \; \
48
48
-exec git add ' {}' \;
49
49
50
50
git diff origin/master
You can’t perform that action at this time.
0 commit comments