Skip to content

Remove unused MurmurHash3 dependency#10

Open
vtjnash wants to merge 1 commit intoJuliaString:masterfrom
vtjnash:fix-memhash-compat
Open

Remove unused MurmurHash3 dependency#10
vtjnash wants to merge 1 commit intoJuliaString:masterfrom
vtjnash:fix-memhash-compat

Conversation

@vtjnash
Copy link

@vtjnash vtjnash commented Oct 3, 2025

MurmurHash3 is not used directly in StrRegex, only transitively through
StrBase. Remove it from the Project.toml dependencies.

Related to JuliaLang/julia#59697

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

MurmurHash3 is not used directly in StrRegex, only transitively through
StrBase. Remove it from the Project.toml dependencies.

Related to JuliaLang/julia#59697

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@vtjnash
Copy link
Author

vtjnash commented Feb 14, 2026

bump? doesn't really matter to me if you make a release, just merging to get it out of my commit list would be nice (looks like you can add dependabot.yml too if you want CI healthy again)

$ less .github/dependabot.yml 

version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "monthly"
    open-pull-requests-limit: 99
    labels:
      - "dependencies"
      - "github-actions"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant