Skip to content

Commit 3c5880d

Browse files
committed
Add version 2.16 to the supported NIF versions
1 parent 0def96f commit 3c5880d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rustler/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::process::Command;
44

55
// keep this sorted by version number
66
const NIF_VERSION: &[&str] = &[
7-
"2.7", "2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15",
7+
"2.7", "2.8", "2.9", "2.10", "2.11", "2.12", "2.13", "2.14", "2.15", "2.16",
88
];
99

1010
fn main() {

rustler_mix/lib/rustler.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ defmodule Rustler do
131131
'2.12',
132132
'2.13',
133133
'2.14',
134-
'2.15'
134+
'2.15',
135+
'2.16'
135136
]
136137
end

0 commit comments

Comments
 (0)