mirror of
https://github.com/mbilker/vgpu_unlock-rs.git
synced 2025-06-08 05:28:21 +02:00
lib: support Rust 1.41 as MSRV
This commit is contained in:
parent
388e7c29d7
commit
581e457289
@ -238,7 +238,7 @@ impl fmt::Debug for VgpuConfig {
|
||||
)
|
||||
.field("encoder_capacity", &HexFormat(self.encoder_capacity))
|
||||
.field("bar1_length", &HexFormat(self.bar1_length))
|
||||
.field("blob", &StraightFormat(&self.blob))
|
||||
.field("blob", &StraightFormat(&self.blob[..]))
|
||||
.field("license_type", &CStrFormat(&self.license_type))
|
||||
.finish()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user