File tree Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Expand file tree Collapse file tree 7 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
9
9
name = " lexical-core"
10
10
readme = " README.md"
11
11
repository = " https://github.com/Alexhuszagh/rust-lexical"
12
- version = " 1.0.2 "
12
+ version = " 1.0.3 "
13
13
rust-version = " 1.63.0"
14
14
exclude = [
15
15
" assets/*" ,
@@ -19,30 +19,30 @@ exclude = [
19
19
]
20
20
21
21
[dependencies .lexical-util ]
22
- version = " 1.0.3 "
22
+ version = " 1.0.4 "
23
23
default-features = false
24
24
path = " ../lexical-util"
25
25
26
26
[dependencies .lexical-parse-integer ]
27
- version = " 1.0.2 "
27
+ version = " 1.0.3 "
28
28
optional = true
29
29
default-features = false
30
30
path = " ../lexical-parse-integer"
31
31
32
32
[dependencies .lexical-parse-float ]
33
- version = " 1.0.2 "
33
+ version = " 1.0.3 "
34
34
optional = true
35
35
default-features = false
36
36
path = " ../lexical-parse-float"
37
37
38
38
[dependencies .lexical-write-integer ]
39
- version = " 1.0.2 "
39
+ version = " 1.0.3 "
40
40
optional = true
41
41
default-features = false
42
42
path = " ../lexical-write-integer"
43
43
44
44
[dependencies .lexical-write-float ]
45
- version = " 1.0.2 "
45
+ version = " 1.0.3 "
46
46
optional = true
47
47
default-features = false
48
48
path = " ../lexical-write-float"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
9
9
name = " lexical-parse-float"
10
10
readme = " README.md"
11
11
repository = " https://github.com/Alexhuszagh/rust-lexical"
12
- version = " 1.0.2 "
12
+ version = " 1.0.3 "
13
13
rust-version = " 1.63.0"
14
14
exclude = [
15
15
" assets/*" ,
@@ -19,13 +19,13 @@ exclude = [
19
19
]
20
20
21
21
[dependencies .lexical-util ]
22
- version = " 1.0.3 "
22
+ version = " 1.0.4 "
23
23
path = " ../lexical-util"
24
24
default-features = false
25
25
features = [" parse-floats" ]
26
26
27
27
[dependencies .lexical-parse-integer ]
28
- version = " 1.0.2 "
28
+ version = " 1.0.3 "
29
29
path = " ../lexical-parse-integer"
30
30
default-features = false
31
31
features = []
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
9
9
name = " lexical-parse-integer"
10
10
readme = " README.md"
11
11
repository = " https://github.com/Alexhuszagh/rust-lexical"
12
- version = " 1.0.2 "
12
+ version = " 1.0.3 "
13
13
rust-version = " 1.63.0"
14
14
exclude = [
15
15
" assets/*" ,
@@ -22,7 +22,7 @@ exclude = [
22
22
static_assertions = " 1"
23
23
24
24
[dependencies .lexical-util ]
25
- version = " 1.0.3 "
25
+ version = " 1.0.4 "
26
26
path = " ../lexical-util"
27
27
default-features = false
28
28
features = [" parse-integers" ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
9
9
name = " lexical-util"
10
10
readme = " README.md"
11
11
repository = " https://github.com/Alexhuszagh/rust-lexical"
12
- version = " 1.0.3 "
12
+ version = " 1.0.4 "
13
13
rust-version = " 1.63.0"
14
14
exclude = [
15
15
" assets/*" ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
9
9
name = " lexical-write-float"
10
10
readme = " README.md"
11
11
repository = " https://github.com/Alexhuszagh/rust-lexical"
12
- version = " 1.0.2 "
12
+ version = " 1.0.3 "
13
13
rust-version = " 1.63.0"
14
14
exclude = [
15
15
" assets/*" ,
@@ -19,13 +19,13 @@ exclude = [
19
19
]
20
20
21
21
[dependencies .lexical-util ]
22
- version = " 1.0.3 "
22
+ version = " 1.0.4 "
23
23
path = " ../lexical-util"
24
24
default-features = false
25
25
features = [" write-floats" ]
26
26
27
27
[dependencies .lexical-write-integer ]
28
- version = " 1.0.2 "
28
+ version = " 1.0.3 "
29
29
path = " ../lexical-write-integer"
30
30
default-features = false
31
31
features = []
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
9
9
name = " lexical-write-integer"
10
10
readme = " README.md"
11
11
repository = " https://github.com/Alexhuszagh/rust-lexical"
12
- version = " 1.0.2 "
12
+ version = " 1.0.3 "
13
13
rust-version = " 1.63.0"
14
14
exclude = [
15
15
" assets/*" ,
@@ -22,7 +22,7 @@ exclude = [
22
22
static_assertions = " 1.1.0"
23
23
24
24
[dependencies .lexical-util ]
25
- version = " 1.0.3 "
25
+ version = " 1.0.4 "
26
26
path = " ../lexical-util"
27
27
default-features = false
28
28
features = [" write-integers" ]
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT/Apache-2.0"
9
9
name = " lexical"
10
10
readme = " README.md"
11
11
repository = " https://github.com/Alexhuszagh/rust-lexical"
12
- version = " 7.0.2 "
12
+ version = " 7.0.3 "
13
13
rust-version = " 1.63.0"
14
14
exclude = [
15
15
" assets/*" ,
@@ -19,7 +19,7 @@ exclude = [
19
19
]
20
20
21
21
[dependencies .lexical-core ]
22
- version = " 1.0.2 "
22
+ version = " 1.0.3 "
23
23
default-features = false
24
24
path = " ../lexical-core"
25
25
You can’t perform that action at this time.
0 commit comments