We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c16ee8 commit e928f23Copy full SHA for e928f23
const-oid/oiddbgen/src/main.rs
@@ -17,6 +17,7 @@ const RFCS: &[(&str, &str)] = &[
17
("rfc6960", include_str!("../rfc6960.txt")),
18
("rfc6962", include_str!("../rfc6962.txt")),
19
("rfc7107", include_str!("../rfc7107.txt")),
20
+ ("rfc7292", include_str!("../rfc7292.txt")),
21
("rfc7299", include_str!("../rfc7299.txt")),
22
("rfc7693", include_str!("../rfc7693.txt")),
23
("rfc8410", include_str!("../rfc8410.txt")),
0 commit comments