Commit 5b142e6
authored
fix: remove hardcoded version in memoria-git dependency (#35)
The hardcoded version = "0.1.0" in memoria-service's dependency on
memoria-git causes cargo check to fail when bumping workspace version
for release (e.g. 0.1.0-rc1). Path dependencies don't need version.
## What type of PR is this?
- [ ] feat (new feature)
- [x] fix (bug fix)
- [ ] docs (documentation)
- [ ] style (formatting, no code change)
- [ ] refactor (code change that neither fixes a bug nor adds a feature)
- [ ] perf (performance improvement)
- [ ] test (adding or updating tests)
- [ ] chore (maintenance, tooling)
- [ ] build / ci (build or CI changes)
## Which issue(s) this PR fixes
Fixes #
## What this PR does / why we need it
remove hardcoded version in memoria-git dependency1 parent e1b7e0c commit 5b142e6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments