diff --git a/recipes/mojo-regex/recipe.yaml b/recipes/mojo-regex/recipe.yaml index b9f948dc..a68dcf5b 100644 --- a/recipes/mojo-regex/recipe.yaml +++ b/recipes/mojo-regex/recipe.yaml @@ -1,6 +1,6 @@ context: - version: 0.5.0 - mojo_version: "=0.25.6" + version: 0.7.0 + mojo_version: "=0.26.2" about: description: "# Mojo Regex\nRegular Expressions Library for Mojo\n\n`mojo-regex` is a\ \ regex library featuring a hybrid DFA/NFA engine architecture that automatically\ @@ -29,4 +29,4 @@ requirements: - ${{ pin_compatible('mojo-compiler') }} source: - git: https://github.com/msaelices/mojo-regex.git - rev: 7913f1c7f0f95e1befa5730e934ca39f14ed44ca + rev: 54e49ae347aeea42afe4a5c54f14cabfc4f69805 \ No newline at end of file