Rename current -> stable

This commit is contained in:
flip1995
2020-02-14 12:03:48 +01:00
parent 0533cff125
commit 0f7918266f
3 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ from lintlib import log
def key(v):
if v == 'master':
return float('inf')
if v == 'current':
if v == 'stable':
return sys.maxsize
v = v.replace('v', '').replace('rust-', '')