Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

Commit fa4caff

Browse files
committed
sys/bindings: set __GLIBC_MINOR__ to 35, not 36
Issue reported by CircleCI.
1 parent 7e5f9c2 commit fa4caff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/rlua-lua51-sys/src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub const __STDC_IEC_60559_COMPLEX__: u32 = 201404;
3535
pub const __STDC_ISO_10646__: u32 = 201706;
3636
pub const __GNU_LIBRARY__: u32 = 6;
3737
pub const __GLIBC__: u32 = 2;
38-
pub const __GLIBC_MINOR__: u32 = 36;
38+
pub const __GLIBC_MINOR__: u32 = 35;
3939
pub const _SYS_CDEFS_H: u32 = 1;
4040
pub const __glibc_c99_flexarr_available: u32 = 1;
4141
pub const __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI: u32 = 0;

crates/rlua-lua53-sys/src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub const __STDC_IEC_60559_COMPLEX__: u32 = 201404;
3535
pub const __STDC_ISO_10646__: u32 = 201706;
3636
pub const __GNU_LIBRARY__: u32 = 6;
3737
pub const __GLIBC__: u32 = 2;
38-
pub const __GLIBC_MINOR__: u32 = 36;
38+
pub const __GLIBC_MINOR__: u32 = 35;
3939
pub const _SYS_CDEFS_H: u32 = 1;
4040
pub const __glibc_c99_flexarr_available: u32 = 1;
4141
pub const __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI: u32 = 0;

crates/rlua-lua54-sys/src/bindings.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pub const __STDC_IEC_60559_COMPLEX__: u32 = 201404;
3535
pub const __STDC_ISO_10646__: u32 = 201706;
3636
pub const __GNU_LIBRARY__: u32 = 6;
3737
pub const __GLIBC__: u32 = 2;
38-
pub const __GLIBC_MINOR__: u32 = 36;
38+
pub const __GLIBC_MINOR__: u32 = 35;
3939
pub const _SYS_CDEFS_H: u32 = 1;
4040
pub const __glibc_c99_flexarr_available: u32 = 1;
4141
pub const __LDOUBLE_REDIRECTS_TO_FLOAT128_ABI: u32 = 0;

0 commit comments

Comments
 (0)