maint: use relative shebang in `maint/bump_nodep`

This commit is contained in:
Emil Engler 2023-08-09 14:33:01 +02:00
parent 1a1abac2c8
commit e8cdc4c3d2
No known key found for this signature in database
GPG Key ID: 2F6D4145C55FC7C7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# #
# Increment the version of one or more crates, without incrementing # Increment the version of one or more crates, without incrementing
# the versions of their dependencies. # the versions of their dependencies.