Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
58647725f9 | |||
b0fe26597c
|
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.0.2] - 2025-07-22
|
||||
|
||||
### Docs
|
||||
- use public packages
|
||||
|
||||
## [0.0.1] - 2025-07-22
|
||||
|
||||
### Added
|
||||
|
@@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
|
||||
[workspace.dependencies]
|
||||
nodrop = { path = "crates/nodrop" }
|
||||
|
@@ -22,14 +22,14 @@
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
nodrop = { git = "https://github.com/kjuulh/nodrop" }
|
||||
nodrop = "*"
|
||||
```
|
||||
|
||||
### Enable `notmad` integration (optional)
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
nodrop = { git = "https://github.com/kjuulh/nodrop", features = ["notmad"] }
|
||||
nodrop = { version = "*", features = ["notmad"] }
|
||||
```
|
||||
|
||||
---
|
||||
|
Reference in New Issue
Block a user