mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Update x86 crate to 0.7.1 (#189)
This commit is contained in:
committed by
GitHub
parent
48e7faa521
commit
d64e4ba2fc
@@ -18,7 +18,7 @@ git = "https://github.com/phil-opp/multiboot2-elf64"
|
||||
|
||||
[dependencies.x86]
|
||||
default-features = false
|
||||
version = "0.7.0"
|
||||
version = "0.7.1"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
@@ -904,7 +904,7 @@ So to fix our `unmap` function, we need to remove the cached translation from th
|
||||
|
||||
```toml
|
||||
[dependencies.x86]
|
||||
version = "0.6.0"
|
||||
version = "0.7.1"
|
||||
default-features = false
|
||||
```
|
||||
It has a `performance-counter` feature that allows reading the CPU specific [performance counters] but increases compile times. We don't need it right now, so we disable it using `default-features = false`.
|
||||
|
||||
Reference in New Issue
Block a user