File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,4 +24,4 @@ system-zlib = []
24
24
25
25
[build-dependencies ]
26
26
cc = " 1.0"
27
- bindgen = " >= 0.58 , < 0.60 "
27
+ bindgen = " >= 0.63 , < 0.64 "
Original file line number Diff line number Diff line change @@ -1475,7 +1475,7 @@ impl<'a> Worksheet<'a> {
1475
1475
row,
1476
1476
col,
1477
1477
buffer. as_ptr ( ) ,
1478
- buffer. len ( ) as libxlsxwriter_sys :: size_t ,
1478
+ buffer. len ( ) ,
1479
1479
) ;
1480
1480
if result == libxlsxwriter_sys:: lxw_error_LXW_NO_ERROR {
1481
1481
Ok ( ( ) )
@@ -1499,7 +1499,7 @@ impl<'a> Worksheet<'a> {
1499
1499
row,
1500
1500
col,
1501
1501
buffer. as_ptr ( ) ,
1502
- buffer. len ( ) as libxlsxwriter_sys :: size_t ,
1502
+ buffer. len ( ) ,
1503
1503
& mut opt_struct,
1504
1504
) ;
1505
1505
if result == libxlsxwriter_sys:: lxw_error_LXW_NO_ERROR {
You can’t perform that action at this time.
0 commit comments