Skip to content

0.2.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 09:58
b00251b

Release Notes: ndisapi crate v0.2.2

Changes

Enhancements

  • The NetworkAdapterInfo and Version structures have been made public, providing direct access to these types. This change allows users to interface with these structures directly, making it easier to build more advanced or specific use cases. (#14, #15)

Contributors

  • Thanks to @sn99 for making NetworkAdapterInfo and Version public. Your contributions are helping improve the flexibility and usability of the ndisapi crate.

Upgrade Information

To upgrade to ndisapi v0.2.2, please update your Cargo.toml file's dependency list as follows:

[dependencies]
ndisapi = "0.2.2"

Then, run cargo build to fetch the new version and rebuild your project.

As always, your feedback and contributions are welcome. Please report any issues or suggestions through the GitHub issue tracker.