Skip to content

Commit

Permalink
Add doc to build
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankvdStam committed Feb 1, 2025
1 parent b153119 commit 3a9bc8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Build
run: cargo build --verbose

- name: doc
run: cargo doc --verbose
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "mem-rs"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
readme = "README.md"
homepage = "https://github.com/FrankvdStam/mem-rs"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ pub mod prelude
{
pub use crate::read_write::*;
pub use crate::process::*;
pub use crate::process_module::*;
pub use crate::process_module::*;
pub use crate::pointer::*;
}

0 comments on commit 3a9bc8e

Please sign in to comment.